A small utility library for encoding and decoding JSON Web Tokens (JWT) as part of Spring Security crypto support.
<dependency>
<groupId>org.springframework.security</groupId>
<artifactId>spring-security-jwt</artifactId>
<version>1.1.1.RELEASE</version>
</dependency>No compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Encode a JWT token using RSA signing.
Use spring-security-oauth2-resource-server and nimbus-jose-jwt for JWT handling.
No dependency data recorded yet.