Registry / auth / microprofile-jwt-auth-api

microprofile-jwt-auth-api

JSON →
library1.2.2javamavenunverified

API for MicroProfile JWT (JSON Web Token) authentication, enabling token-based security in microservices.

<dependency> <groupId>org.eclipse.microprofile.jwt</groupId> <artifactId>microprofile-jwt-auth-api</artifactId> <version>1.2.2</version> </dependency>
INSTALL
IMPORT
SIG · MICROPROFILE-JWT-A
M
microprofile-jwt-auth-api
authjavav1.2.2
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

Claim
org.eclipse.microprofile.jwt.Claim

Injects a JWT claim using MicroProfile JWT annotations.

import org.eclipse.microprofile.jwt.Claim; import javax.inject.Inject; public class Example { @Inject @Claim("sub") private String subject; public String getSubject() { return subject; } }
Debug
Known issues
gotchaRequires a compatible MicroProfile runtime (e.g., OpenLiberty, Payara) to function.
fix
Deploy on a MicroProfile-compatible application server.
affects: all
Upgrade
Version history
1.2.2latest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
20 hits · last 30 days
node
18
OpenAI (training)
1
Resources
microprofile-jwt-auth-api — mvn dependency:get microprofile-jwt-auth-api · libregistry