Skip to content

jmw5598/dotnet-core-jwt-authentication

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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