An open API service indexing awesome lists of open source software.

https://github.com/jmw5598/dotnet-core-jwt-authentication

dotnet core 3 jwt authentication example
https://github.com/jmw5598/dotnet-core-jwt-authentication

dotnet dotnet-core dotnet-core3 json-web-token jwt jwt-authentication token-authetication token-based-authentication

Last synced: 11 months ago
JSON representation

dotnet core 3 jwt authentication example

Awesome Lists containing this project

README

          

# 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 |