supabase-auth
OfficialSecure user auth with Supabase.
System Documentation
What problem does it solve?
This skill provides authentication and user management using Supabase Auth API to handle sign up, sign in, sign out, session management, user metadata, and password recovery.
Core Features & Use Cases
- Sign Up with email/password and optional user metadata
- Sign In and manage access tokens (login, refresh, and current user)
- Password Recovery and email verification (resending confirmation)
- Admin user management (requires service role key) for elevated tasks
- Use Case: In a new app, a user signs up, logs in, updates their profile, and can recover access if they forget their password.
Quick Start
Run a signup with email and password using the included helper: source "$(dirname "${BASH_SOURCE[0]}")/../../scripts/supabase-api.sh" supabase_post "/auth/v1/signup" '{"email":"[email protected]","password":"securepassword123"}' Then sign in and fetch the current user: source "$(dirname "${BASH_SOURCE[0]}")/../../scripts/supabase-api.sh" response=$(supabase_post "/auth/v1/token?grant_type=password" '{"email":"[email protected]","password":"securepassword123"}')
Dependency Matrix
Required Modules
Components
💻 Claude Code Installation
Recommended: Let Claude install automatically. Simply copy and paste the text below to Claude Code.
Please help me install this Skill: Name: supabase-auth Download link: https://github.com/Nice-Wolf-Studio/claude-code-supabase-skills/archive/main.zip#supabase-auth Please download this .zip file, extract it, and install it in the .claude/skills/ directory.
Agent Skills Search Helper
Install a tiny helper to your Agent, search and equip skill from 471,000+ vetted skills library on demand.