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

Token Deletion Bug #167

Closed
recep opened this issue Jan 9, 2021 · 1 comment
Closed

Token Deletion Bug #167

recep opened this issue Jan 9, 2021 · 1 comment

Comments

@recep
Copy link
Contributor

recep commented Jan 9, 2021

When the user makes a request with the old jwt token, all of the user's tokens are deleted from the database.
To see the bug:
1- Make a sign-in request
2- Copy the token in the response.
3- Check the token in the database.
4- Make a sign-in request again.
5- Try to make any request with the token you copied
6- Now you can see all the user's token have been deleted in the database.

@recep
Copy link
Contributor Author

recep commented Jan 11, 2021

This is my mistake sorry. No bug there. This is Token invalidation situation.

@recep recep closed this as completed Jan 11, 2021
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

1 participant