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.