Basic Auth Flow Implementation
基础认证流程实现
Implement a complete authentication flow with signup, login, logout, and password reset functionality.
实现完整的认证流程,包括注册、登录、登出及密码重置功能。
Prompt
Build a basic authentication flow using [choose: Supabase, Firebase Auth, Clerk, or NextAuth]. Include pages and forms for signup, login, logout, and password reset, with simple input validation and redirect logic to a protected dashboard page.