Skip to content

cybersamx/jwt-jwks-example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

JWT and JWKS Example

Sample code on:

  • Generate and sign JWT using an RSA private key
  • Generate JWK and embed it in JWKS
  • Parse JWK to retrieve an RSA public key
  • Validate a signed JWT using an RSA public key

Setup

  1. Run the application.

    $ go run .

About

Example on JWT and JWKS in Go and the Go-Jose package.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages