fangli / django-saml2-auth

Django SAML2 Authentication Made Easy. Easily integrate with SAML2 SSO identity providers like Okta
Other
501 stars 222 forks source link

replace djangorestframework-jwt #155

Open valentijnscholten opened 3 years ago

valentijnscholten commented 3 years ago

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.

diogosilva30 commented 2 years ago

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

lexabug commented 2 years ago

+1