-
-
Notifications
You must be signed in to change notification settings - Fork 2k
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
Login session expired with account switching #2295
Comments
Confirmed. It looks like it is trying to access the token, |
Thanks for the info, pretty interesting to know. |
I digged a little bit into this. And it looks like we currently only have a uniqueness on the device-id. This will take some time and needs some good testing. But it is one the list now :). |
Small update, i think i have a working patch. I just need some time to do some final checking :) |
- Updated jsonwebtoken to latest version - Trim `username` received from the login form ( Fixes dani-garcia#2348 ) - Make uuid and user_uuid a combined primary key for the devices table ( Fixes dani-garcia#2295 )
- Updated jsonwebtoken to latest version - Trim `username` received from the login form ( Fixes dani-garcia#2348 ) - Make uuid and user_uuid a combined primary key for the devices table ( Fixes dani-garcia#2295 ) - Updated crates including regex which contains a CVE ( https://blog.rust-lang.org/2022/03/08/cve-2022-24713.html )
- Updated jsonwebtoken to latest version - Trim `username` received from the login form ( Fixes dani-garcia#2348 ) - Make uuid and user_uuid a combined primary key for the devices table ( Fixes dani-garcia#2295 ) - Updated crates including regex which contains a CVE ( https://blog.rust-lang.org/2022/03/08/cve-2022-24713.html )
Low priority issue, noticed a slight issue with the newest release of the Bitwarden Desktop app 1.31.0
When trying to use the new Account Switching feature, you are able to login to one account with Vaultwarden as normal.
After login to another account with the same VW server, the first initial account logged in will time out.
Latest release of the desktop app reinstalled, and Vaultwarden server upgraded to latest 1.24.0
The text was updated successfully, but these errors were encountered: