188
Authentication shouldn't break your database schema or lock your users into proprietary closed clouds.
Traditional libraries like Better Auth and NextAuth force user, session, and verification tables directly into your application database using ORM adapters. When AI coding agents (Cursor, Claude Code) refactor models, they frequently break schema migrations.
Sooauth completely decouples identity:
• Zero Database Pollution: Your app database stays 100% clean. Your app simply validates standard OIDC JWT tokens.
• Vibecoder & AI-Ready: Just paste 3 environment variables (ISSUER, CLIENT_ID, REDIRECT_URI) into your AI prompt. No hallucinations, no broken migration scripts.
• Hosted UI & Embed Widget: Modern split-screen login pages or an embeddable JS widget for your custom app.
• Biometric Passkeys & Social Logins: WebAuthn passkeys, Google, and GitHub login out-of-the-box.
• 100% Free Public Beta + Open Source: Start free in the hosted cloud (auth.sooauth.com) with Pro features unlocked, or self-host via Docker (`docker compose up -d`).
Check out the interactive widget preview: https://sooauth.com/playground
GitHub Repository: https://github.com/sooapps/sooauth
Built with