Questions about migrating Auth from SDK 47 to 49

Please provide the following:

  1. SDK Version: 49
  2. Platforms(Android/iOS/web/all): all
  3. Add the appropriate “Tag” based on what Expo library you have a question on.

Hi. We are adding more features to an app build with Expo managed, and I upgraded the SDK from 47 to 49.
We are authenticating with auth0 using AuthSession. We’ve been using useProxy. I know it was deprecated in 48, but the property has been removed as of SDK 49.

I’m struggling to wrap my head around the callback URI regarding deep linking.
If I use the makeRedirectUri function without any arguments, I get a local redirect URI exp://ip.
I can allow this URI in auth0 and everything works perfectly, but it’s not working in a production build.

The expo documentation is a little wage on this subject. I need to application to be able to authenticate with a valid callback uri when running locally with Expo Go (on multiple developer computers) as well as in a production environment.

Any pointers would be very helpful!

BR
Stephan Valois

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.