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

Not working with django 5.1.1 also logout and password reset issues not still resolved in library #826

Open
mohitpandeyji opened this issue Sep 6, 2024 · 1 comment

Comments

@mohitpandeyji
Copy link

latest version not working on django 5.2

Logout Does Not invalidated already generated access tokens which is a big security concern

Password Reset Does Not Invalidate access tokens which are active in multiple systems

no support for invalidating single or all refresh / access token at once

@mohitpandeyji mohitpandeyji changed the title Not working wit django 5.2 also logot and password reset issues not still resolved in library Not working with django 5.2 also logout and password reset issues not still resolved in library Sep 6, 2024
@israelzuniga
Copy link

Latest official release of Django is 5.1.1 and version 5.2 LTS is expected to be around mid 2025. Maybe is this too soon to report?
I just made a clean deployment with the next versions and can confirm that the first two statements work without issues:

django-5.1.1 
django-cors-headers-4.4.0
djangorestframework-3.15.2 
djangorestframework-simplejwt-5.3.1
PyJWT-2.8.0

Also, my implementations are based on the documentation

@mohitpandeyji mohitpandeyji changed the title Not working with django 5.2 also logout and password reset issues not still resolved in library Not working with django 5.1.1 also logout and password reset issues not still resolved in library Sep 20, 2024
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

2 participants