> For the complete documentation index, see [llms.txt](https://docs.cremawork.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.cremawork.com/v1.0/cra-ssr/route-protection.md).

# Route Protection

We have normal routes and two other kinds of routes: `<AuthenticatedRoute>` and `<UnauthenticatedRoute>`. These are pretty directly taken from [the infamous Serverless Stack tutorial](https://serverless-stack.com/chapters/create-a-route-that-redirects.html).
