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
{{ message }}
This repository has been archived by the owner on Jan 24, 2023. It is now read-only.
A user can logout, login with a new seed, and if permissions were already granted for a domain+dataDomain pairing, they won't be requested of the new user.
Same as above, but step 6 sees a prompt for permissions.
Additional context
We need to either delete local indexedDB, or have a new indexedDB name per user logging in. Later versions should encrypt or obfuscate this data if it persists on the browser after logging out.
The text was updated successfully, but these errors were encountered:
Describe the bug
A user can logout, login with a new seed, and if permissions were already granted for a domain+dataDomain pairing, they won't be requested of the new user.
To Reproduce
Expected behavior
Same as above, but step 6 sees a prompt for permissions.
Additional context
We need to either delete local indexedDB, or have a new indexedDB name per user logging in. Later versions should encrypt or obfuscate this data if it persists on the browser after logging out.
The text was updated successfully, but these errors were encountered: