jwks-rsa-java icon indicating copy to clipboard operation
jwks-rsa-java copied to clipboard

Results 9 jwks-rsa-java issues
Sort by recently updated
recently updated
newest added

This could also be viewed as a feature request, but I think it is more of a bug given that I've later discovered the [following line](https://github.com/auth0/jwks-rsa-java/blob/master/src/main/java/com/auth0/jwk/JwkProvider.java#L14) of `JwkProvider` to be...

closed:stale
feature request
documentation

Signum supposed to be used after base64 decoding: https://github.com/auth0/jwks-rsa-java/blob/master/src/main/java/com/auth0/jwk/Jwk.java#L196-L197 Sample: ECPoint ecPoint = new ECPoint(new BigInteger(1, Base64.getUrlDecoder().decode(stringValue("x"))), new BigInteger(1, Base64.getUrlDecoder().decode(stringValue("y")))); Similar approach is already used in lines 183-184 for RSA...

Updates the README per the new design. Note that the banner is not yet finalized, so this PR does not include that.

### Checklist - [X] I have looked into the [Readme](https://github.com/auth0/jwks-rsa-java#readme) and [Examples](https://github.com/auth0/jwks-rsa-java/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/jwks-rsa/latest/index.html)...

bug

### Changes Automate release workflow using Github Actions

### Checklist - [X] I have looked into the [Readme](https://github.com/auth0/jwks-rsa-java#readme) and [Examples](https://github.com/auth0/jwks-rsa-java/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/jwks-rsa/latest/index.html)...

feature request

Caffeine is a focussed library that just provides caching. It has similar behaviour to guava's caching library. This commit replaces guava's cache with caffeine and remove other minor uses of...

## Describe the problem you'd like to have solved 1. Users may affect each other calling the server, that under the hood uses JwkProvider to validate the tokens. See the...

feature request

currently to get the jwk keys from discovery URL(https://login.microsoftonline.com/tenentID/discovery/v2.0/keys). It creates default URLConnection and TLS. How we can create customized TLS connection. My server is disabled TLSv1 and TLSv1.1. **class:**...

feature request