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

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)

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).