Secure browser sessions
Opaque sessions use Secure, HttpOnly, SameSite=Strict cookies with CSRF and exact-origin checks.
Credentials stay backend-only, authenticated browser data is not cached for offline use, and unsafe provider state blocks production actions.
Opaque sessions use Secure, HttpOnly, SameSite=Strict cookies with CSRF and exact-origin checks.
Every authenticated action resolves the active user, tenant, role, subscription, and revocation state on the server.
Credentials, signed webhooks, allowlists, readiness, and global live switches remain explicit and auditable.
Public responses never identify internal tenants, mailboxes, provider accounts, secrets, or raw payloads.