Skip to content

Latest commit

 

History

History
12 lines (8 loc) · 501 Bytes

README.md

File metadata and controls

12 lines (8 loc) · 501 Bytes

JSON Web Key Generator

Generates a JSON Web Key (JWK) for use in JWT.

Setup

  • Use nimbus-jose-jwt
  • Project currently uses Maven Library com.nimbusds:nimbus-jose-jwt:3.10

TODO:

  • Find link to latest nimbus-jose-jwt library to use in Maven.

Inspired by: Source