Skip to content

Revoking token doesn't clean the session of the user #1047

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

Closed
medmsd opened this issue Jan 18, 2023 · 1 comment
Closed

Revoking token doesn't clean the session of the user #1047

medmsd opened this issue Jan 18, 2023 · 1 comment
Assignees
Labels
status: duplicate A duplicate of another issue

Comments

@medmsd
Copy link

medmsd commented Jan 18, 2023

Describe the bug
When i call the RevokeToken API it makes the token inactive, but the session always remains, so when the user try to login again ( via web application for my case in ReactNative ) it automatically logins without showing the form as the user is already logged in

To Reproduce

  • Login
  • Logout ( Revoke Token )
  • Try to Login again , it won't show the form, it will just login automatically

Expected behavior

  • Login
  • Logout ( Revoke Token )
  • Login ( get the form again to fill the details to login again as there are no session for the user )
@medmsd medmsd added the type: bug A general bug label Jan 18, 2023
@jgrandja
Copy link
Collaborator

Closing as duplicate of gh-1022

@jgrandja jgrandja self-assigned this Jan 20, 2023
@jgrandja jgrandja added status: duplicate A duplicate of another issue and removed type: bug A general bug labels Jan 20, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
status: duplicate A duplicate of another issue
Projects
None yet
Development

No branches or pull requests

2 participants