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
When signed in offline, and then app regains internet connection should the app require new login?
Someone could steal a device while online. User could sign in offline using fake password (by changing hash in dev tools, in this case they would not be able to decrypt browser data) then when app returns online the user would have access to server data. So we may want to require a login when going back online. This would get annoying if connection was intermittent. Maybe we could add toggle to stay offline. Something to get feedback on.
The text was updated successfully, but these errors were encountered:
When signed in offline, and then app regains internet connection should the app require new login?
Someone could steal a device while online. User could sign in offline using fake password (by changing hash in dev tools, in this case they would not be able to decrypt browser data) then when app returns online the user would have access to server data. So we may want to require a login when going back online. This would get annoying if connection was intermittent. Maybe we could add toggle to stay offline. Something to get feedback on.
The text was updated successfully, but these errors were encountered: