You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Improve how we convert JWK objects into PublicKey instances.
For instance in JWTCore.ts we explicitly convert based on several conditionals, which may or may not be according spec.
Does this belong in Apollo?
Feature description
We should follow JWK spec to parse the values, ie x which could describe a co-ord or key data; dependent on the type of JWT.
And from there create the relevant Key.
Anything else?
No response
The text was updated successfully, but these errors were encountered:
Proposed feature
Improve how we convert JWK objects into PublicKey instances.
For instance in
JWTCore.ts
we explicitly convert based on several conditionals, which may or may not be according spec.Does this belong in Apollo?
Feature description
We should follow JWK spec to parse the values, ie
x
which could describe a co-ord or key data; dependent on the type of JWT.And from there create the relevant Key.
Anything else?
No response
The text was updated successfully, but these errors were encountered: