Extensions for JSR 375 (Java EE Security API) like custom handling for JWT and OAuth2 tokens
Contains an extension which consumes JWT tokens which can be used for securing a JAX-RS endpoint.
The processing of the JWT payload, from the header, is up to the developer and thus the MicroProfile JWT Auth specification JSON claims could be used. This is done in the example.
For more info, have a look at the readme.
Contains an extension using the OAuth2 Authorization code flow to authenticate the user within a Web application.
For more info, have a look at the readme.