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 Dec 20, 2023. It is now read-only.
Hi, I think for a SPA and PWA it will go back to the home page. This is the default behavior and I didn't handle it in any other way. In the future the Auth functionality will be ported to an app extension.
But, in relation a authentication. How keep user logged?
Do you save the token in local storage...
How do you suggest dealing with this?
Like a tradicional application.
If you tick 'remember me',, the token is indeed stored in local storage. When refreshing the store is checked for an authentication user, and if there isn't one the existence of the token in local storage is checked.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Hi, sorry for my english.
I could not see in your code if you treat this situation.
I'm tested, and I lost my logged state.
The text was updated successfully, but these errors were encountered: