Skip to content

changes in decode_token(...) #551

Closed
@muehlbacher

Description

@muehlbacher

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

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions