mozilla / mozilla-django-oidc

A django OpenID Connect library
https://mozilla-django-oidc.readthedocs.io
Mozilla Public License 2.0
453 stars 169 forks source link

Replace josepy with jwcrypto #542

Open tonial opened 1 month ago

tonial commented 1 month ago

Fixes #539

I put the changes in the tests in a separated commit to ensure the changes in auth.py didn't break any test prior to changing them.

EDIT : I'm doing another PR with PyJWT which seems to be better maintained. You'll be able to compare and choose.