Skip to content

Latest commit

 

History

History
4 lines (4 loc) · 324 Bytes

README.md

File metadata and controls

4 lines (4 loc) · 324 Bytes

oauth2-jwt

Sample OAuth 2.0 and JSON Web Token integration. Tokens are signed and verified with an RSA key – no need to hit the database for verifying incoming tokens. Additionally, a Hazelcast cluster is used to be able to revoke tokens already issued.