Authentication
Account authentication is handled by Clerk. Passwords are never stored on, transmitted through, or visible to SaturnOS — they don't exist in our database, our logs, or our application memory at any point. When you sign in, Clerk issues a session that we read on each request via httpOnly, SameSite cookies, which means the token is invisible to client-side JavaScript and won't leak to extensions or third-party scripts.
Two-factor authentication is available through Clerk for any account that wants it (TOTP authenticator apps and SMS), and we recommend enabling it for accounts that own production projects. Sign-in attempts, password resets, and session revocations all flow through Clerk's audit log.