Closed jitendravn closed 6 months ago
router.route( LoginPage.path, (context) => LoginPage(), transition: PageTransitionType.fade, authPage: false, );
Login page is not auth page but still i can redirected to LoginPage, even if AuthPage is false
Hi @jitendravn,
authPage is used to define the initial page if the user is authenticated in your application. Check out the docs to learn more https://nylo.dev/docs/5.20.0/authentication
authPage
Login page is not auth page but still i can redirected to LoginPage, even if AuthPage is false