Supabase starter module
Account state
Keeps profiles, roles, memberships, and access changes aligned with authenticated users.
- Files
- 2
- Lines
- 75
- Languages
- TypeScript
Included files
This page lists paths and purposes, not source contents.
FilePurposeLanguageLines
src/subscriptions/account-status.ts
Keeps account suspension state in sync between Supabase and your app.
TypeScript
36 lines
src/subscriptions/roles.ts
Assigns an allowed app role through Supabase app_metadata and records the change.
TypeScript
39 lines