Skip to content

smallrye/smallrye-jwt

Repository files navigation

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.