Cathedral

Authentication

Sign in to continue building the cathedral.

This is the first live auth foundation: Supabase sessions, protected product routes, and user bootstrap hooks for the platform.

Sign in

Use email and password for the first auth slice. OAuth and institutional SSO can layer on top after the foundation is stable.

Create account

Accounts bootstrap into the `cathedral.users` profile table automatically through the database trigger in the Supabase foundation migration.