Skip to content

Remove EdDSA algorithm from the possible JWK values #806

@aldbr

Description

@aldbr

Following #786, once released, communities will have to rotate their keys.
Once the process is done, one will have to remove EdDSA from the algorithms:

# TODO: EdDSA should be removed later due to "SecurityWarning: EdDSA is deprecated via RFC 9864"
token_allowed_algorithms: list[str] = ["RS256", "EdDSA", "Ed25519"] # noqa: S105

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions