Private Pages
All pages create under route /dashboard
are private and can only be accessed by authenticated users.
This is achieved by /dashboard/layout.tsx
, which automatically redirects unauthenticated users to the sign in page.
You can copy and paste this layout.tsx
to other routes, and it will make that route private as well.