Skip to content

RegencySoftware/auth-flow-jwt-csharp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

C# JSON Web Token (JWT) Sample

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

Alt text

Releases

No releases published

Packages

No packages published