-
I think this is a feature request, as I haven't really seen it in the docs.
I'd like to able to pass an "enc" JWK (or an array of them) instead of the decryption key.
The "jwt" gem knows how to …
-
### Version
1.10.x (latest stable)
### Is your feature request related to a problem? Please describe.
As it is today, the JWKS server URL has to be explicitly defined in the VirtualService spec. We…
-
Can someone recommend a reliable way to convert JWK object + JWK Pubkey to equivalent VAPID Public and Private keys? I have seen online tools that generate PEM files from JWK Object, but would prefer …
-
Our goal is to make the API hard to use incorrectly. For the `HmacSecretKey` class we would want to validate the properties on `importJsonWebKey` against imported JWK to reduce the risk of accidentall…
-
RemoteJWKSet use synchronized for synchronization.
But this will suspend the carrier thread.
In some specific situations, it may cause the server to hang:
`single carrier thread.(Single core …
-
Whenever I try to verify a token I get a
[Error: Cannot not found valid JWK]
We used to work with google-auth-library (which worked, urls are authorized) but looked for something simpler..
Any idea …
Moka- updated
7 years ago
-
**Description:**
$subject
**Describe your problem(s)**
Right now, we have a BBE for service JWT auth with `certFile` as signature config. We should add an example on how to use `jwks endpoint` in…
IMS94 updated
3 weeks ago
-
Having support for multiple signing keys makes rotating keys easier (automatic fallback if one key cannot be accessed anymore). Worth investigating into if this is a good idea or not.
-
In ecdsa.js, it seems like `importKey` is ignoring the JWK parameter and import the key as a buffer therefore throw an error
![image](https://user-images.githubusercontent.com/5390719/79552388-88ccde…
-
This came up while reworking the JWK stuff for #520
The function `create_rsa_key` for OpenSSL version 3 looks like this:
https://github.com/jwt/ruby-jwt/blob/b4f9f1d483086054e812dc6ce5655466b6d…