V35 GR8 Passport Auth
V35 adds in-house registration, login, signed HTTP-only session cookies and a Passport-to-account sync contract. Database persistence comes next through the V34 backend bridge.
Use a real email-style account for the server session. This is in-house GR8 code, not Clerk, Firebase, Supabase Auth or another account platform.
GR8_SESSION_SECRET signs session cookies.GR8_ADMIN_KEY protects account admin APIs.GR8_DATABASE_URL or equivalent makes accounts persistent in the SQL adapter phase.This is the V35 account foundation. Real database persistence is activated when the SQL adapter and environment variables are connected.