Dev Tools · 2h ago
Share Supabase auth across Next.js and Expo in a monorepo
This guide shows how to unify Supabase authentication for a Next.js web app and an Expo mobile app using a single framework-agnostic client. It covers token-based API auth instead of cookies, env var handling, and monorepo gotchas like Metro config and React version pinning. The author also promotes a paid starter kit called Shipstack that bundles these patterns.
Meridian48 take
The advice is solid for teams already using Supabase, but the article is essentially a sales pitch for a paid starter kit, which limits its impartiality.
Read the full reporting
How to share Supabase auth between Next.js and Expo (one client, both platforms) →
DEV Community
supabase-authmonorepo-setup