Skip to content

Latest commit

 

History

History
13 lines (7 loc) · 941 Bytes

README.md

File metadata and controls

13 lines (7 loc) · 941 Bytes

OmniFaces JWT

JWT implementation for Jakarta EE

OmniFaces JWT is a compatible implementation of MicroProfile JWT AUTH 2.0.

It is derived from Payara's implementation (which was also mainly created by the author of this fork)

OmniFaces JWT can be used standalone on any runtime that supports Jakarta Security and CDI 2.0. It essentially installs a standard Jakarta authentication mechanism and identity store when the application contains a class annotated with the MP @LoginConfig annotation.

An example is provided in the Piranha project.

Payara is a trademark of the Payara Foundation.