We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I'd like to use get_signing_key_from_jwk() for JWT with alg=EdDSA.
get_signing_key_from_jwk()
But, at the moment, it seems that pyjwt does not support it because Ed25519Algorithm does not have from_jwk().
Ed25519Algorithm
from_jwk()
Do you have a plan to support that? If you don't have the plan, I can send a PR for that.
I'd appreciate it if you can tell me the plan to support EdDSA-based token.
The text was updated successfully, but these errors were encountered:
For reference, looks like the spec for this is in RFC 8037.
Sorry, something went wrong.
Yes, in other words, I need from_jwt() for JWT kty=OKP compliant with RFC8037.
Successfully merging a pull request may close this issue.
I'd like to use
get_signing_key_from_jwk()
for JWT with alg=EdDSA.But, at the moment, it seems that pyjwt does not support it because
Ed25519Algorithm
does not havefrom_jwk()
.Do you have a plan to support that?
If you don't have the plan, I can send a PR for that.
I'd appreciate it if you can tell me the plan to support EdDSA-based token.
The text was updated successfully, but these errors were encountered: