JSON Web Token support for the JVM and Android, providing JWT creation and verification.
<dependency>
<groupId>io.jsonwebtoken</groupId>
<artifactId>jjwt-impl</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.
Creating a signed JWT token.
Update imports to io.jsonwebtoken for core classes.
No dependency data recorded yet.