#Authenticated Routes
3 messages · Page 1 of 1 (latest)
You can create a pathless layout route that wraps all of your authenticated routes and just enforces the auth check
And how can I do this? Do you have some example? I also tried to create a layout that I wanted to wrap all my other routes but I couldn’t make it right