Daisy Days
A tiny RedwoodSDK app demonstrating authentication with better-auth on Cloudflare Workers. Some pages are public; others are locked behind a login.
Try the guard
- /__test/public — open to everyone.
- /dashboard — protected; redirects to login when signed out.
- /__test/secret — also protected, reusing the same guard.
- /__test/secret/nested — a nested protected page, carrying its own guard.