-
-
Notifications
You must be signed in to change notification settings - Fork 229
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
Delete or block a session from a previous session #448
Comments
I didn't find a solution to get rid of the old session - but you can invalidate it yourself when logging out, |
What exactly do you mean? When I log in, the browser window closes and I can't log out without reopening the browser. |
yes, that is also what I mean. In webview the token is gone when you reopen it, and this is also the case for openAuth on iOS, however android remembers the data and you need to invalidate your token. Maybe you can invalidate it by calling the logout of your identity provider, or you need to reopen openAuth and invalidate the token in there. |
Ok, I'll try a similar workaround, even though I don't really like it :) Thank you! |
Hi, is there please an option to delete or not save a session within
openAuth
?I can log into the app under multiple accounts, but when I want to enter another one, the original session exists and I can't log in.
I tried
closeAuth
but no change.Thank you
The text was updated successfully, but these errors were encountered: