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
The local sqlite storage (that stores past visits) must be encrypted with a user-specific key - possibly a combination of user's UID and account creation time.
Notes:
this will need a refactor since currently VisitsStore is init'd early on, even before user login information is available.
The local sqlite storage (that stores past visits) must be encrypted with a user-specific key - possibly a combination of user's UID and account creation time.
Notes:
VisitsStore
is init'd early on, even before user login information is available.The text was updated successfully, but these errors were encountered: