Add server-side route protection to enforce authentication on specific pages while keeping others public.
Scanned 2/12/2026
Install via CLI
openskills install majiayu000/claude-skill-registry---
name: better-auth-protected-routes
description: Add server-side route protection to enforce authentication on specific pages while keeping others public.
---
# Better Auth Protected Routes
To set up Better Auth Protected Routes, refer to the fullstackrecipes MCP server resource:
**Resource URI:** `recipe://fullstackrecipes.com/better-auth-protected-routes`
If the MCP server is not configured, fetch the recipe directly:
```bash
curl -H "Accept: text/plain" https://fullstackrecipes.com/api/recipes/better-auth-protected-routes
```
No comments yet. Be the first to comment!