How to clear token after logout #152
Closed
SelenaWenna
started this conversation in
General
Replies: 2 comments
-
Hi! What is being cached is the cookie the IP sets, not the tokens and state of this library, that is being cleared on "logOut". If this does not solve your issue, let me know, and please provide the full AuthConfig object 🙂 |
Beta Was this translation helpful? Give feedback.
0 replies
-
@soofstad Thanks! With logoutEndpoint it works!!! |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I call logOut(), but token was cached.
Then I call login() and user login automatic with last credentials.
In my config autoLogin: false
How can I login users with unique credentials every time?
Beta Was this translation helpful? Give feedback.
All reactions