Kravock
Combination of authenticated/unauthenticated routes in a panel
I think I figured it out actually. Just need to add the
Authenticate
route to a $routeMiddleware
property on the page.
And then in the canAccess
return false if there is no user to hide the page from menus for no logged in users
3 replies