Skip to content

Latest commit

 

History

History
46 lines (34 loc) · 2.25 KB

README.adoc

File metadata and controls

46 lines (34 loc) · 2.25 KB

badge Quality Gate Status License smallrye jwt?color=green

SmallRye JWT

SmallRye JWT is a library for implementing the Eclipse MicroProfile JWT RBAC. Currently it is focused on supporting the MP-JWT 2.1 spec. It deals with the decryption and/or signature verification of the JWT token and parsing it into a JsonWebToken implementation.

Instructions

Compile and install this project:

mvn clean install

Project structure

Contributing

Please refer to our Wiki for the Contribution Guidelines.