Skip to content

smallrye/smallrye-jwt

Folders and files

NameName
Last commit message
Last commit date

Latest commit

b0eac3e · Dec 22, 2022
Dec 22, 2022
Dec 22, 2022
Jul 28, 2022
Dec 22, 2022
Dec 22, 2022
Dec 22, 2022
Apr 21, 2020
May 8, 2020
Jun 4, 2018
Sep 10, 2021
May 18, 2020
Dec 22, 2022
Sep 7, 2022

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 1.2 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.