t3-oss / create-t3-turbo

Clean and simple starter repo using the T3 Stack along with Expo React Native
https://turbo.t3.gg
MIT License
4.27k stars 350 forks source link

feat: Expo Auth without setting AUTH_URL. #1054

Closed Wundero closed 3 weeks ago

Wundero commented 1 month ago

This PR implements logic into the Expo <-> NextAuth linking which enables the IP that expo uses (e.g. 192.168.x.y) to work without having to set the AUTH_URL to be that IP.

See #720 for details and discussion related to this issue.