-
If we publish Issuer Metadata that contains a credential configuration with the following:
```
"credential_signing_alg_values_supported": [
"ES256", "ES256K", "RS256"
…
nemqe updated
7 months ago
-
### What version of Bun is running?
1.1.2+c8d072c2a
### What platform is your computer?
Microsoft Windows NT 10.0.22631.0 x64
### What steps can reproduce the bug?
Run this code with th…
-
### Preflight checklist
- [X] I could not find a solution in the existing issues, docs, nor discussions.
- [X] I agree to follow this project's [Code of Conduct](https://github.com/ory/fosite/blob…
mitar updated
9 months ago
-
The need for mixing signed and unsigned data in a JSON object pops up every now and then. The primary use case assumes a 3+ party arrangement where an intermediary needs a signed object for handing o…
-
kylef updated
7 years ago
-
Functions `hash`, `new_hasher`, `hmac` and `sign_message` all use `HashAlgorithm` to define which algorithm to use.
I tried adding new hash algorithms supported by Erlang and Node.js. I stumbled on…
-
I have configured all the configuration for apple signin. It is redirect to apple site to get username and password. after that in callback, it is showing like this
-
I took a stab at a “JWP” encoding of merkle disclosure proofs in a token format….
https://or13.github.io/jwp-mdt/#name-root-proof
The main thing I noticed was some awkwardness regarding nesting …
-
At the moment JWT support is only for HS256
Support should also be added for:
ES256 -> 512
HS256 -> 512
RS256 -> 512
The most important of these being RS256 as this is the OIDC compliant al…
-
jwt fails to validate a token;
```bash
$ jwt decode $TOKEN
HEADER:
{
"alg": "RS512",
"kid": "TID01",
"typ": "JWT"
}
PAYLOAD:
{
...
}
$ jwt validate $TOKEN
algorithm is invalid. M…