Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 381 Bytes

README.md

File metadata and controls

13 lines (9 loc) · 381 Bytes

dotnet-core-jwt-authentication example


An implementation of JWT Authentication/Authorization using .NET Core 3.

Paths

PATH METHOD DESCRIPTION
/auth/register POST Registers new user
/auth/tokens POST Authenticates and returns tokens
/auth/refresh POST Refreshes a access token with a refresh token