T
tRPC

Decision on auth

Decision on auth

Aashishsurya5/14/2023
I am using create-t3-app for my app , with next-auth (twitter, discord, google) . Now i am using same api for my react-native client. Now how can i authenticate users from my react-native app???
DDave5/19/2023
As far as I know, next-auth does not work with react native. There is a fork of the t3 turbo repo (nextjs + react native) that uses clerk for auth: https://github.com/clerkinc/t3-turbo-and-clerk You can also checkout this fork that uses supabase with nextjs and react native: https://github.com/supabase-community/create-t3-turbo So I think you wont be able to use next-auth on react-native but there are providers like supabase and clerk that allow you to use social logins (twitter,google, discord) on react-native.

Looking for more? Join the community!

T
tRPC

Decision on auth

Join Server