Products
Courses
Blog
Documentation
Changelog
FAQ
Pricing
Demo
authentication
Everything you need to know about "authentication" in the Makerkit blog
Jul 9, 2026
TanStack Start + Supabase Auth: The Production Setup (2026)
Wire Supabase Auth into TanStack Start the production way: a cookie-correct @supabase/ssr server client, getClaims() for verified JWTs, beforeLoad guards, an RBAC middleware stack, and RLS from server functions. Pulled straight from our shipped TanStack Start Supabase kit.
Jul 2, 2026
Better Auth + TanStack Start: Wiring Auth the Right Way (2026)
Wire Better Auth into TanStack Start the production way: a server-function session boundary, SSR cookies on Nitro without middleware.ts, beforeLoad guards, org/RBAC middleware, and 2FA/OTP as shipped. Real file:line receipts from a kit that runs Better Auth on TanStack Start today. Tested July 2026.
Jun 22, 2026
Passkeys in Your SaaS: Passwordless Sign-In with MakerKit
Passwords are the weakest link in most SaaS apps. Here's why passkeys (WebAuthn) fix that, and how to enable Face ID / Touch ID sign-in in the MakerKit Supabase, Drizzle, and Prisma kits.