auth.taxipartner.atSupabase RLS: readyGoogle OAuth: pending wire-up
Build: not deployedEnv: not linked
Identity / Access / Audit

Auth shell, built for tenant boundaries.

This surface handles the Google entry flow, tenant context, and session bootstrap. It stays separate from the database and keeps fail-closed behavior at the boundary.

Auth model
Google OAuth
Our callback, our session, our tenant rules.
Tenant scope
Fail closed
No active tenant means no access.
Audit surface
Mandatory
Identity, policy, and exception events are recorded.

Next steps

We only need three moves to turn this from shell into the first live auth surface.

  • Supabase PostgresProject is linked and ready for schema, RLS, and storage work.
  • Vercel hostingadmin.taxipartner.at can point here once the import is deployed.
  • Auth flowGoogle login will be wired after the shell is live and stable.