You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Have key generation be seeded by the userId. Indicate which user the key belongs to in IndexedDB. In case an old key is left in a browser, it will only be used for the user that is currently logged in. This doesn't add security, but prevents from UX issues when logging in with another account.
The text was updated successfully, but these errors were encountered:
#380 introduced a Data Encryption Key.
Have key generation be seeded by the
userId
. Indicate which user the key belongs to in IndexedDB. In case an old key is left in a browser, it will only be used for the user that is currently logged in. This doesn't add security, but prevents from UX issues when logging in with another account.The text was updated successfully, but these errors were encountered: