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 using the navigateUnauthenticatedTo method on a page, the user is able to view the contents of that page and is not redirected to the specified page, indicating that auth is disabled.
Additional context
No response
Logs
No response
The text was updated successfully, but these errors were encountered:
phoenix-ru
changed the title
navigateUnauthenticatedTo disables auth for the pagedefinePageMeta({ auth: {} ) disables auth for the page
Oct 17, 2024
phoenix-ru
changed the title
definePageMeta({ auth: {} ) disables auth for the pagedefinePageMeta({ auth: {} }) disables auth for the page
Oct 17, 2024
For the context @mackenzie-3spread - you are now required to provide unauthenticatedOnly option, otherwise it will default to Guest Mode (which you were incorrectly experiencing)
Environment
Reproduction
The following page when navigated to redirects the user to the default login page:
Changing the bool value of auth to an object and including navigateUnauthenticatedTo, user can now see the contents of the page and is not redirected:
Describe the bug
When using the navigateUnauthenticatedTo method on a page, the user is able to view the contents of that page and is not redirected to the specified page, indicating that auth is disabled.
Additional context
No response
Logs
No response
The text was updated successfully, but these errors were encountered: