Directory
Supabase Auth
Postgres-native auth
Free tier + paidAuth & user managementsupabase.com
What it is
Authentication built into the Supabase Postgres platform. Users live in an
auth.users table inside your own database, and row-level security policies read the JWT directly. The free tier covers 50,000 monthly active users; the $25/mo Pro plan includes 100,000 then charges $0.00325 per extra MAU.Why it earns a slot
If your data already sits in Supabase, auth is effectively free and authorization becomes a SQL policy instead of application middleware you have to remember to apply.
Know before you commit
Per-MAU overage is the cheapest in this list, but SAML SSO is billed separately at $0.015/MAU. Free projects pause after a week of inactivity, and misconfigured row-level security is a common route to leaking a whole table publicly.
Getting started
npm i @supabase/supabase-js
Neighbourhood
How Supabase Auth sits against the rest of the atlas — swaps, companions and the tools builders actually save alongside it.
Named in the wiringSupabase
Also in Auth & user management
Auth0
auth0.comNot yet swept
Enterprise CIAM platform
Free tier + paidAuth & user management
Free to 25k MAU · Essentials from $35/mo (500 MAU) · Pro from $240/mo
Open dossier
Better Auth
better-auth.comNot yet swept
Self-hosted TypeScript auth framework
FreeAuth & user management
Free and open source (MIT) · self-hosted, no MAU fees
Open dossier
Clerk
clerk.comNot yet swept
Hosted auth with drop-in React UI
Free tier + paidAuth & user management
Free to 50k MRU · $25/mo Pro then $0.02/MRU
Open dossier
Firebase Auth
firebase.google.comNot yet swept
Mobile-first auth from Google
Free tier + paidAuth & user management
Free · Identity Platform free to 50k MAU · SMS billed per message
Open dossier