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.73k stars 408 forks source link

feat: Expo Auth without setting AUTH_URL. #1054

Closed Wundero closed 5 months ago

Wundero commented 6 months 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.