How do you test supabase auth locally?
If I register a user locally, will the credentials also be added to the production database? Also, since authentication runs in middleware, every request will hit Supabase, which increases the quota (though it’s a small impact).
How do you typically handle this? My auth flow is built using the Next.js App Router.
How do you typically handle this? My auth flow is built using the Next.js App Router.