Add auth flow checklist for Supabase + Next.js password reset#45
Add auth flow checklist for Supabase + Next.js password reset#45ahorn720 wants to merge 1 commit intosupabase:mainfrom
Conversation
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review infoConfiguration used: Central YAML (base), Organization UI (inherited) Review profile: CHILL Plan: Pro Cache: Disabled due to Reviews > Disable Cache setting Disabled knowledge base sources:
📒 Files selected for processing (1)
📝 WalkthroughSummary by CodeRabbit
WalkthroughThis change adds a new Auth Flow Checklist section to the SKILL.md document in the Supabase Postgres Best Practices skill directory. The addition documents a password-reset authentication flow for Supabase with Next.js, covering login page enhancements with a "Forgot password?" option, implementation of a Tip Try Coding Plans. Let us write the prompt for your AI agent so you can ship faster (with fewer bugs). Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
Summary
Motivation
When building email/password auth with Supabase, it's easy to ship a login page and forget the password reset flow — leaving users locked out. This checklist ensures agents implementing auth always include self-service recovery.
Test plan
🤖 Generated with Claude Code