Registry / auth / pac4j-jwt

pac4j-jwt

JSON →
library6.5.1javamavenunverified

Pac4j JWT provides JWT token support for authentication and authorization in Java applications.

<dependency> <groupId>org.pac4j</groupId> <artifactId>pac4j-jwt</artifactId> <version>6.5.1</version> </dependency>
INSTALL
IMPORT
SIG · PAC4J-JWT
P
pac4j-jwt
authjavav6.5.1
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.

JwtProfile
org.pac4j.jwt.profile.JwtProfile

Create a JWT-based user profile for authentication.

import org.pac4j.jwt.profile.JwtProfile; public class Example { public void authenticate() { JwtProfile profile = new JwtProfile(); profile.setId("user123"); } }
Debug
Known issues
gotchaPac4j JWT requires a compatible JWT library (e.g., Nimbus JOSE+JWT) on the classpath.
fix
Add nimbus-jose-jwt as a dependency.
affects: *
Upgrade
Version history
6.5.1latest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
11 hits · last 30 days
node
10
Amazon
1
Resources
pac4j-jwt — mvn dependency:get pac4j-jwt · libregistry