Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

replace djangorestframework-jwt #155

Open
valentijnscholten opened this issue Jan 30, 2021 · 2 comments
Open

replace djangorestframework-jwt #155

valentijnscholten opened this issue Jan 30, 2021 · 2 comments

Comments

@valentijnscholten
Copy link

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
Copy link

diogosilva30 commented Sep 30, 2021

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

@lexabug
Copy link

lexabug commented Sep 6, 2022

+1

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants