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.
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.