Skip to content

Java code to validate a JSON Web Token (JWT) using JSON Web Key (JWK)

Notifications You must be signed in to change notification settings

abhinabsarkar/jwt-validation-via-jwk

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 

Repository files navigation

JWS validation using JWK

Sample java code to validate signed JSON Web Token (JWS) using JSON Web Key (JWK). The java code uses following standard libraries:

  • Java JWT (jjwt) - JSON Web Token for Java
  • cache2k - High performance Java caching

About

Java code to validate a JSON Web Token (JWT) using JSON Web Key (JWK)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages