Provides the API for creating and verifying JSON Web Tokens (JWT) on the JVM and Android.
<dependency>
<groupId>io.jsonwebtoken</groupId>
<artifactId>jjwt-api</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 JJWT.
Update code to use Keys.secretKeyFor() or Keys.pairFor() and pass the key to signWith().
No dependency data recorded yet.