-
**Problem**
jws.verify() returns byte, not string. It's wrong in your code and it's wrong in the documentation https://python-jose.readthedocs.io/en/latest/jwk/index.html
https://github.com/mpdavis/…
-
**Describe the bug**
Ruby %w array operator seems to cause pattern to not recognise (or understand) the variables to match.
Use the pattern of text: "%w(HS256 HS512).freeze" to check if that exist…
-
I don't understand "How i set '$privateKey'".
Because i create my key file (private.key)
But didn't working....
with error : openssl_sign(): supplied key param cannot be coerced into a private …
dotjm updated
6 months ago
-
with cbc, the padding char
-
Kinda linked to #504, but here goes ;
It could be great to be able to set multiple configurations for the config name, by using a prototype in the config. As does doctrine for example to be able to…
Taluu updated
2 years ago
-
When no algorithm is given during signature validation, `HS256` is used by default. This leads to an error message stating that the JWT has a different algorithm than the one *the user provided*. PR #…
-
Vorrei testare [1_SimpleSPWebApp] ma non sono riuscito a capire come si possono assegnare i claims:
- "id_token_signed_response_alg": "RS256"
- "userinfo_signed_response_alg": "RS256"
- "userinfo…
-
# Bug report
- [ x] I confirm this is a bug with Supabase, not with my own application.
- [ x] I confirm I have searched the [Docs](https://docs.supabase.com), GitHub [Discussions](https://gi…
-
i have error in writer3.WriteTokenString(asyDescriptorPlainText); with exception
System.NotSupportedException: 'Key wrap is not supported for algorithm: 'A256GCM' with a key of type 'EC…
-
### What version of Bun is running?
1.0.7
### What platform is your computer?
Linux 6.1.0-10-amd64 x86_64 unknown
### What steps can reproduce the bug?
use jose in vite as an ssr module
### What…