Skip to main content

devverse-supabase-auth

Supabase auth, favorites, and security boundaries for DevVerse. Use when changing files under supabase/, auth or favorites UI, or the verify-email and reset-password API routes.

설치로 이동

소스 정보

저장소
hoangsonww/DevVerse-SWE-Blog
최근 소스 활동
2026년 2월 28일 11:47
감지된 SKILL.md 언어
영어
스타
15
포크
13

설치 방법

기본적으로 소스를 먼저 확인하는 Prompt가 선택됩니다. 직접 명령으로 전환하거나 로컬 사본을 다운로드할 수도 있습니다.

소스 파일 검토

설치 여부를 결정하기 전에 SKILL.md와 SkillsMP에 표시된 보조 파일을 읽어 보세요.

파일 탐색기
3 개 파일

SKILL.md 표시 중

SKILL.md
소스 지침 · 읽기 전용 미리보기
name
devverse-supabase-auth
description
Supabase auth, favorites, and security boundaries for DevVerse. Use when changing files under supabase/, auth or favorites UI, or the verify-email and reset-password API routes.
# DevVerse Supabase Workflow 1. Keep anon and service-role responsibilities separate. Browser-facing auth, favorites, and storage helpers use the anon client. Service-role usage must stay server-only. 2. Treat verify-email and reset-password routes as security-sensitive. Those routes are publicly callable and currently enumerate users via `listUsers({ perPage: 1000 })`. 3. Do not move service-role code into shared modules imported by client code. 4. Remember what Supabase is and is not used for here. Supabase handles auth, favorites, and some profile/storage helpers. It is not the runtime source of article content. 5. Read the runtime boundaries before changing auth or favorites behavior. @references/runtime-boundaries.md 6. After auth route changes, run repo tests and state any real-env validation you could not perform.
GitHub에서 보기