https://github.com/benfoster/jwt-generation-demo
Demo of generating and validating Json Web Tokens (JWT)
https://github.com/benfoster/jwt-generation-demo
dotnet jwt
Last synced: about 1 month ago
JSON representation
Demo of generating and validating Json Web Tokens (JWT)
- Host: GitHub
- URL: https://github.com/benfoster/jwt-generation-demo
- Owner: benfoster
- License: mit
- Created: 2022-10-24T10:00:47.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-01-09T19:07:46.000Z (over 1 year ago)
- Last Synced: 2025-03-14T23:49:32.437Z (about 1 month ago)
- Topics: dotnet, jwt
- Language: C#
- Homepage:
- Size: 6.84 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# jwt-generation-demo
Demo of generating and validating Json Web Tokens (JWT) using .NET 6.0.
## Run the demo API
Start the API:
```
dotnet run --project ./src/JwtApi/
```Run the examples in `example.http`. Requires the [Rest Client Plugin for VS Code](https://github.com/Huachao/vscode-restclient).