Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 284 Bytes

README.md

File metadata and controls

16 lines (11 loc) · 284 Bytes

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 .