django-saml2-auth icon indicating copy to clipboard operation
django-saml2-auth copied to clipboard

replace djangorestframework-jwt

Open valentijnscholten opened this issue 3 years ago • 2 comments

Hi,

When finding out why pip wouldn't install my requirements anymore for my project, I found out it's because djangorestframework-jwt doesn't work with (or is preventing installation of) PyJWT v2 or higher.

djangorestframework-jwt is also archived so no longer maintained. Since django-saml2-auth is communicating security sensitive information via JWTs it might be good to use another library, which would also solve the PyJWT issue.

The PyJWT issue is current, because django-social-core mandates PyJWT>=2 but django-saml2-auth mandatres PyJWT < 2.

valentijnscholten avatar Jan 30 '21 12:01 valentijnscholten

+1 djangorestframework-jwt is archived. Could someone please consider moving to djangorestframework-simplejwt ?

diogosilva30 avatar Sep 30 '21 16:09 diogosilva30

+1

lexabug avatar Sep 06 '22 16:09 lexabug