java-jwt
java-jwt copied to clipboard
Java implementation of JSON Web Token (JWT)
At this time it does not seem that I can use the `JWTVerifier` to validate a token without requiring an `Algorithm` to do so. This seems odd since we can...
### Describe the problem I'm using single instance of Verifier `private static final Verification verifier = JWT.require(Algorithm.RSA256(getPublicKey("/keys/public.pem"), null));` and I'm getting ConcurrentModificationException from time to time during call verify method...
Hi y'all ### Describe the problem you'd like to have solved In my project, I'm required to use an HSM (Hardware Security Module) for computing digital signatures. This particular HSM...
check null values ### Changes Please describe both what is changing and why this is important. Include: - Endpoints added, deleted, deprecated, or changed - Classes and methods added, deleted,...
### Changes Automates the release process using Github Actions
### Checklist - [X] I have looked into the [Readme](https://github.com/auth0/java-jwt#readme) and [Examples](https://github.com/auth0/java-jwt/blob/master/EXAMPLES.md), and have not found a suitable solution or answer. - [X] I have looked into the [API documentation](https://javadoc.io/doc/com.auth0/java-jwt/latest/index.html)...
### Checklist - [X] I have looked into the [Readme](https://github.com/auth0/java-jwt#readme) and [Examples](https://github.com/auth0/java-jwt/blob/master/EXAMPLES.md), and have not found a suitable solution or answer. - [X] I have looked into the [API documentation](https://javadoc.io/doc/com.auth0/java-jwt/latest/index.html)...
### Describe the problem you'd like to have solved According to both https://github.com/auth0/java-jwt#requirements and this library's profile on JWT.io (https://jwt.io/libraries?language=Java), there's no support for the PS256 algorithm whereas most other...
### Changes Please describe both what is changing and why this is important. Include: - Endpoints added, deleted, deprecated, or changed - Classes and methods added, deleted, deprecated, or changed...
### Checklist - [X] I have looked into the [Readme](https://github.com/auth0/java-jwt#readme) and [Examples](https://github.com/auth0/java-jwt/blob/master/EXAMPLES.md), and have not found a suitable solution or answer. - [X] I have looked into the [API documentation](https://javadoc.io/doc/com.auth0/java-jwt/latest/index.html)...