Java library for creating and verifying JSON Web Tokens (JWT) on the Auth0 platform.
<dependency>
<groupId>com.auth0</groupId>
<artifactId>java-jwt</artifactId>
<version>4.5.1</version>
</dependency>No compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Creates a JWT with HMAC256 signing.
Use a strong, randomly generated secret key.
No dependency data recorded yet.