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
- Host: GitHub
- URL: https://github.com/jmw5598/dotnet-core-jwt-authentication
- Owner: jmw5598
- Created: 2019-11-10T21:11:22.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2023-08-23T19:56:23.000Z (over 2 years ago)
- Last Synced: 2025-04-23T01:17:42.978Z (11 months ago)
- Topics: dotnet, dotnet-core, dotnet-core3, json-web-token, jwt, jwt-authentication, token-authetication, token-based-authentication
- Language: C#
- Size: 30.3 KB
- Stars: 7
- Watchers: 1
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
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 |