Supabase starter module
Events
Receives database and connected-service events, validates them, and routes trusted work safely.
- Files
- 3
- Lines
- 87
- Languages
- TypeScript
Included files
This page lists paths and purposes, not source contents.
FilePurposeLanguageLines
src/webhooks/auth-events.ts
Runs authentication event work once while keeping failed work available for retry.
TypeScript
29 lines
src/webhooks/handlers/account-deleted.ts
Deletes one Supabase user and repeat-safely removes that account's app data.
TypeScript
33 lines
src/webhooks/handlers/first-sign-in.ts
Provisions an app profile and sends one welcome email after the first sign-in.
TypeScript
25 lines