Migrate or Sync Supabase Auth with NextAuth
I want to sync the Users (Auth) of the NextJS Web App that is using:
- Supabase PostgreSQL
- Prisma
- NextAuth
- Migrate NextAuth to Supabase Auth for the web and implement Supabase Auth also on React Native.
- Kepp using NextAuth and Link/Sync it in someway with Supabase Auth.