Nextjs + Expo + Express API Questions..
I have a Nextjs app that's configured for for better-auth and working well. The Nextjs app talks to my express api backend for graphql and mcp calls.
Now I'm building an Expo app and I want to authenticate users. I'm following the guide for Expo integration, but it's not clear to me if I need to setup better-auth in my express app or if I can use what I've already configured in my Nextjs app. I'm not planning on using the Expo api routes since I already have an express api, but I've also already configured Nextjs for better-auth.
Do I extend my Nextjs better auth configuration to include the expo plugin OR do I setup better-auth in my express app with the same authentication configs (email/pass + oauth) plus the expo plugin?
0 Replies