-
Notifications
You must be signed in to change notification settings - Fork 2.1k
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
"Disconnect" application password should kill its open sessions #28553
Comments
@Peter-Prochaska something for you I guess ;-) |
Resolved in #28879 |
I've observed this yesterday on 10.0.5 final. |
Hey, this issue has been closed because the label (This is an automated comment from GitMate.io.) |
I guess that is expected behavior? When the client syncs again it will provide valid authentication (it knows the username/password for the account on the server). And so the server will establish a session for it, just as if it is the first time that it connected. To stop that, the sequence would need to be:
The the next connect from the client will have an invalid password. |
as I've deleted the app password the client cannot provide any valid authentication anymore |
yeah, known issue I would say. same happens for oauth based sessions. you have to delete the app password or oauth token to prevent sessions from reviving. |
Hey, this issue has been closed because the label (This is an automated comment from GitMate.io.) |
This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs. |
Directly related to #27845
Steps to reproduce
Expected behavior
https://<server>/index.php/settings/personal?sectionid=security#sessions
-> Sessions of Desktop, iOS and Android clients should be shown #27845https://<server>/index.php/settings/personal?sectionid=security#oauth-2.0
: the clients re-asks for authorization (credentials, in this case) again.Actual behavior
The session tokens are still valid even when they don't appear listed in
authtoken
in the DB (where are these stored then?) and the Desktop client is able to use them for syncing until the client is restarted (when it uses the password stored in the keychain to re-authenticate and fails)The text was updated successfully, but these errors were encountered: