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
No matter which key format I use, I cannot use EdDSA to decode JWTs.
Error Stacks
ValueError: ('Could not deserialize key data. The data may be in an incorrect format, the provided password may be incorrect, it may be encrypted with an unsupported algorithm, or it may be an unsupported key type (e.g. EC curves with explicit parameters).', [<OpenSSLError(code=503841036, lib=60, reason=524556, reason_text=unsupported)>])
To Reproduce
Generate a JWT key using EdDSA and then attempt to decode it
Expected behavior
The key to decode
Environment:
OS: Fedora Linux 40 x86_64
Python Version: Python 3.12.4
Authlib Version: 1.3.1
Additional context
It seems to work fine in JoseRFC, but many projects still rely on authlib and both should still work.
The text was updated successfully, but these errors were encountered:
Describe the bug
No matter which key format I use, I cannot use EdDSA to decode JWTs.
Error Stacks
To Reproduce
Generate a JWT key using EdDSA and then attempt to decode it
Expected behavior
The key to decode
Environment:
Additional context
It seems to work fine in JoseRFC, but many projects still rely on authlib and both should still work.
The text was updated successfully, but these errors were encountered: