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
Hi @AnthonyNahas, thanks for the library. I tried to find from the wiki the solution to create an autoredirect when the user is already logged in the site. For example:
When the new user connect to my website his view the page for login and after the successful login his is redirected to the dashboard, when this user try to reconnect to my website they show again the page for login but his is already logged.
It's possible to create this redirect to the dashboard when they insert the default link-address for already user logged? Thanks for the support :).
The text was updated successfully, but these errors were encountered:
you need a similar mechanism like the authGuard...
for the meantime, you can implement by yourself a simple guard to enable redirection when the user is logged in... I will try to add this feature to the next release
Hi @AnthonyNahas, thanks for the library. I tried to find from the wiki the solution to create an autoredirect when the user is already logged in the site. For example:
When the new user connect to my website his view the page for login and after the successful login his is redirected to the dashboard, when this user try to reconnect to my website they show again the page for login but his is already logged.
It's possible to create this redirect to the dashboard when they insert the default link-address for already user logged? Thanks for the support :).
The text was updated successfully, but these errors were encountered: