JJWT is a Java library for creating and verifying JSON Web Tokens (JWTs), but this legacy dependency should be updated as per documentation.
<dependency>
<groupId>io.jsonwebtoken</groupId>
<artifactId>jjwt</artifactId>
<version>0.13.0</version>
</dependency>No compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Creates a signed JWT with a subject claim using a secret key.
Replace dependency with io.jsonwebtoken:jjwt-api, io.jsonwebtoken:jjwt-impl, and io.jsonwebtoken:jjwt-jackson as per https://github.com/jwtk/jjwt#installation.
No dependency data recorded yet.