Demo of generating and validating Json Web Tokens (JWT) using .NET 6.0.
Start the API:
dotnet run --project ./src/JwtApi/
Run the examples in example.http
. Requires the Rest Client Plugin for VS Code.
Demo of generating and validating Json Web Tokens (JWT) using .NET 6.0.
Start the API:
dotnet run --project ./src/JwtApi/
Run the examples in example.http
. Requires the Rest Client Plugin for VS Code.