Trying to login 2 Twitter accounts using JWT throws an error for the 2nd account? #3121
Answered
by
deadcoder0904
deadcoder0904
asked this question in
Help
-
The flow goes like this:
I feel like this is expected as JWT probably is stored in the browser & not removed. Am I correct? And will this issue be solved if I use database instead of JWT? |
Beta Was this translation helpful? Give feedback.
Answered by
deadcoder0904
Nov 8, 2021
Replies: 1 comment 2 replies
-
This issue got resolved when I used database instead of JWT inside the same browser. Once I log out, switch my Twitter accounts & login again from my UI then it appropriately shows the correct user. This, however, didn't work with JWT so I believe JWT client might be needed to be deleted or expired when logging out. |
Beta Was this translation helpful? Give feedback.
2 replies
Answer selected by
deadcoder0904
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
This issue got resolved when I used database instead of JWT inside the same browser.
Once I log out, switch my Twitter accounts & login again from my UI then it appropriately shows the correct user. This, however, didn't work with JWT so I believe JWT client might be needed to be deleted or expired when logging out.