Closed
Description
In Version 3.9.0 it was possible to use a dict as key: e.g.
key={"kid":"...","kty":"RSA","alg":"RS512","use":"sig","n":"...","e":"...","x5c":["..."],"x5t":"...","x5t#S256":"..."}
this was changed in the newer versions. Due to the line key.encode('utf-8') an error is thrown when using dicts.
Why was this changed?
Metadata
Metadata
Assignees
Labels
No labels