Skip to content

Extensions for JSR 375 (Java EE Security API) like custom handling for JWT and OAuth2 tokens

License

Notifications You must be signed in to change notification settings

atbashEE/jsr375-extensions

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

jsr375-extensions

Extensions for JSR 375 (Java EE Security API) like custom handling for JWT and OAuth2 tokens

code/jwt

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.

code/oauth2

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.

About

Extensions for JSR 375 (Java EE Security API) like custom handling for JWT and OAuth2 tokens

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages