This C# Console App sample code to work with JSON Web Tokens (JWT) in C# Standard.
- Create JSON Web Token (JWT)
- Verify JWT Signature
- Handle Refresh Token to return a new JWT
To view the walkthrough start with the program.cs file and follow the flow of TestCreateJWT()