Skip to content

UpSync-Engineering/generate_json_web_key

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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