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
Currently there is a Redirect component, which redirects when the session becomes unauthenticated.
Maybe the name is bad, but even I just thought it would work differently.
That functionality is still relevant, but there should also be some functionality, which either renders its content (children) or starts a new login if it would render its children.
An alternative solution would be, to add a new property to the Authenticated component, which would mean "login otherwise".
The text was updated successfully, but these errors were encountered:
Currently there is a
Redirect
component, which redirects when the session becomes unauthenticated.Maybe the name is bad, but even I just thought it would work differently.
That functionality is still relevant, but there should also be some functionality, which either renders its content (children) or starts a new login if it would render its children.
An alternative solution would be, to add a new property to the
Authenticated
component, which would mean "login otherwise".The text was updated successfully, but these errors were encountered: