项目作者: jmw5598
项目描述 :
dotnet core 3 jwt authentication example
高级语言: C#
项目地址: git://github.com/jmw5598/dotnet-core-jwt-authentication.git
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 |