Skip to content
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

fix login with offline data after argon2 migration by a different client. #6936

Merged
merged 1 commit into from
May 14, 2024

Conversation

bedhub
Copy link
Contributor

@bedhub bedhub commented May 14, 2024

#6935

When doing a login with offline data we initialize the user facade from offline cache. In case another client changed the kdf type (argon2 migration) we need to update the user facade as soon as we go online to unlock the user group key correctly.

…ent. #6935

When doing a login with offline data we initialize the user facade from offline cache.
In case another client changed the kdf type (argon2 migration) we need to update the user
facade as soon as we go online to unlock the user group key correctly.
@bedhub bedhub changed the title fix login with offline data after argon2 migration by a different cli… fix login with offline data after argon2 migration by a different client. May 14, 2024
@bedhub bedhub enabled auto-merge May 14, 2024 09:13
@bedhub bedhub added this pull request to the merge queue May 14, 2024
Merged via the queue into master with commit ebdac86 May 14, 2024
3 checks passed
@bedhub bedhub deleted the 6935-fix-offline-login-after-argon2-migration branch May 14, 2024 09:21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant