anyone use Prisma with Supabase's auth?
# off-topic
a
anyone use Prisma with Supabase's auth?
s
I don't think this would work as it would bypass the authentication system all together since you have to give prisma the Postgres database connection directly.
a
yeah thought so, guess that unfortunately means I won't be using Supabase 😦