Authentication with Expo application
Hi guys,
I wan't to convert my current application stack to T3 stack.
Current stack is:
- NestJS
- NextJS
- Expo/React-Native
I have custom authentication on Nestjs using Jwt and etc.
Should I just keep using custom authentication or should I switch over to Next-Auth or other services? (personal suggestion)
My real question here is, can I use Next-Auth from Expo with t3 stack?
2 Replies