https://github.com/mesemus/django-openid-op/blob/732812cab7610080289ae70b8ea791ba9f0105ad/openid_connect_op/models.py#L229 https://github.com/mesemus/django-openid-op/blob/732812cab7610080289ae70b8ea791ba9f0105ad/openid_connect_op/utils/jwt.py#L116 Both of these can access the `alg` attribute directly instead of looking it up in `_params`.
django-openid-op/openid_connect_op/models.py
Line 229 in 732812c
django-openid-op/openid_connect_op/utils/jwt.py
Line 116 in 732812c
Both of these can access the
algattribute directly instead of looking it up in_params.