-
Notifications
You must be signed in to change notification settings - Fork 673
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
Token verification is passing after token rotation #46
Comments
Please retest this issue as for me it is not passed. |
I'm facing the same issue. When I use the |
You need to add |
I believe this issue is not simply just the token blacklist app itself, but also the fact that the functionality is not actually implemented. I've seen a lot of issues lately regarding the blacklist app, and it seems like the functionality may just be broken. Once my midterms are over, I'll take a look at this again. |
After token refreshing (with refresh token rotation enabled) old refresh token is still passing validation.
Blacklist app is in
INSTALLED APPS
Settings:
SIMPLE_JWT = { 'ROTATE_REFRESH_TOKENS': True, 'BLACKLIST_AFTER_ROTATION': True, }
The text was updated successfully, but these errors were encountered: