Registry / auth / jjwt-jackson

jjwt-jackson

JSON →
library0.13.0javamavenunverified

JSON Web Token support for the JVM and Android, providing JWT creation, parsing, and verification using Jackson for JSON serialization.

<dependency> <groupId>io.jsonwebtoken</groupId> <artifactId>jjwt-jackson</artifactId> <version>0.13.0</version> </dependency>
INSTALL
IMPORT
SIG · JJWT-JACKSON
J
jjwt-jackson
authjavav0.13.0
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.

Jwts
io.jsonwebtoken.Jwts

Creates a signed JWT token with a subject claim.

import io.jsonwebtoken.Jwts; import io.jsonwebtoken.SignatureAlgorithm; String jwt = Jwts.builder() .setSubject("user123") .signWith(SignatureAlgorithm.HS256, "secretKey") .compact(); System.out.println(jwt);
Debug
Known issues
breakingBreaking changes in 0.12.x: The API was significantly restructured; old builder patterns may not work.
fix
Update to use the new Jwts.builder() API and check migration guide.
affects: <0.12.0
Upgrade
Version history
0.13.0latest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
31 hits · last 30 days
node
20
Resources
jjwt-jackson — mvn dependency:get jjwt-jackson · libregistry