-
Hi! I noticed through https://github.com/cedarcode/webauthn-ruby/network/dependents you're using the webauthn gem and I was curious about your implementation. While skimming the code I noticed this:
…
-
When searching for a JWT library I first stumbled upon [jwt.io](https://jwt.io/). It contains a list of libraries that support JWT, but JWT.Net is not on it.
* Is it possible to get a list of featu…
-
```
thread 'main' panicked at 'called `Result::unwrap()` on an `Err` value: Error(Json(Error("unknown variant `ES256`, expected one of `HS256`, `HS384`, `HS512`, `RS256`, `RS384`, `RS512`", line: 1, …
-
When I sign my requests with an unsupported algorithm, e.g. `PS256`, Boulder sends a `malformed` problem instead of `badSignatureAlgorithm` as required by https://github.com/ietf-wg-acme/acme/blob/mas…
-
I get a null pointer exception in the call back from an oidc request.
Below is the debug printouts including the stacktrace of the exception.
It is `idToken` that is null and the reason is because m…
-
JSON Web Tokens (JWTs) are an emerging technology in Authorizing users in the web.
The Format of these Authorization Token is defined here: [https://jwt.io/](https://jwt.io/)
The algorithm used to c…
-
### Describe the bug
Multiple threads blocked in org.jgroups.protocols.Locking$ClientLock.lock(Locking.java:970)
```
"http-nio-8080-exec-36" #230574 daemon prio=5 os_prio=0 tid=0x00007f73f8079000…
-
Starting from this test, I'm trying to get my stuff working. However, I failed at verifying the signature from the tests as a starting example. Something is wrong. I need ECC because it's more efficie…
-
I've recently reached out in the [forums](https://community.auth0.com/t/jwt-net-not-in-the-list/17047) and via the [JWT.Net bugtracker](https://github.com/jwt-dotnet/jwt/issues/178) about adding JWT.N…
-
### Overview
The JSON Web Algorithms (JWA) RFC (https://tools.ietf.org/html/rfc7518) specifies several cryptography standards, one of the optional is Elliptic Curve support.
In section 3.1. "a…