Skip to content

JWKS Key objects don't have an _params attribute #3

@rerobins

Description

@rerobins

if alg and 'alg' in key._params and key._params['alg'] != alg:

alg = sign_key._params['alg']

Both of these can access the alg attribute directly instead of looking it up in _params.

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