-
When using this library I am getting `Invalid VAPID token`. This occurs randomly sometimes you won't get it at all. Sometimes you do.
```
[main] DEBUG *.*.*.PushService - header Authorization We…
-
Hi @aaronpk
I have followed all the steps mentioned here in the article - https://developer.okta.com/blog/2019/06/04/what-the-heck-is-sign-in-with-apple#generate-the-client-secret
I have uploaded a…
-
Use [JWTKit](https://github.com/vapor/jwt-kit) and code from [AppStoreConnect](https://github.com/onmyway133/AppStoreConnect/blob/main/Sources/JWT.swift) library
```swift
import JWTKit
public s…
-
As a docker scan lambda maintainer,
So I can rotate jwt keys easily,
I want an automatized process which does everything for me.
# Tasks
Add a manual triggered github action on the repo.
It nee…
-
Hi,
I'm trying to use `passport-jwt` and im stuck on validating my JWT.
In `strategy.js` on line 105, when i log the `jwt_error` I get this:
```
TypeError: "EdDSA" is not a valid algorithm.
…
-
Currently, `JWT.decode` always expects to have the algorithms provided by the client.
When using JWKs this information can be redundant since supported algorithms can be resolved from the provided k…
-
var payload = new Dictionary()
{
//xxx
};
var privateKey = ???;
// only got a pem file like
//-----BEGIN PRIVATE KEY-----
//xxxxxxxxxxxxxxx
//-----END PRIV…
-
Provided implementation of [JsonWebKey](https://github.com/okta/okta-sdk-golang/blob/master/okta/jsonWebKey.go) structure does not include fields needed to register ECDSA JWK. This difference causes t…
-
I am trying to verify the signature of a JWS with the JWK that is included in its header. I believe the fact that it has a detached payload is only incidental to the primary issue of not recognizing t…
-
On OSX, I am generating my key file using:
```
ssh-keygen -t ecdsa -b 256 -m PEM
```
Then if I test it like this:
```
$ echo {\"foo\":\"bar\"} | jwt -key test_ecdsa -alg ES256 -sign - | jw…