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 user is switching pages via browser url app is restarted and in memory data is lost. This means when user unlocks keychain and switching pages via url or comes back to page after some time keychain should be unlocked.
Another part is keeping user data cached locally. For some time we'll not have information's about user from cat_gateway but we want user to be able to use app, just without any backend interactions.
Requirements
Keeping keychain unlock state locally. State should be valid base on dynamic config duration before unlock factor have to be given again. Follow in 🛠️ [TASK] : Dynamic frontend config #1348
Auto refreshing keychain unlock state expirationDate while user is active.
Summary
Keychain unlock state should be kept cached as well as User data.
Description
Part of #1255
Reasoning
When user is switching pages via browser url app is restarted and in memory data is lost. This means when user unlocks keychain and switching pages via url or comes back to page after some time keychain should be unlocked.
Another part is keeping user data cached locally. For some time we'll not have information's about user from cat_gateway but we want user to be able to use app, just without any backend interactions.
Requirements
Depends on
The text was updated successfully, but these errors were encountered: