You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Expo 48 is deprecating the AuthSession’s useProxy options and their auth.expo.io service that was used to proxy the OAuth redirects via the Expo Go app due to security risks:
This issue was originally about updating to expo 48, which we didn't eventually do because of the blockers described above.
The current status is that Expo released new major versions and we stayed behind, which has been causing issues with running the application, specifically in Expo Go.
Considering that the application at the current time is not working on any platforms (Android, iOS, Expo Go), we can be less conservative and disregard and backwards compatibility, with the objective of making the app work again, at least in Expo Go.
https://blog.expo.dev/expo-sdk-48-ccb8302e231
Expo 48 is deprecating the AuthSession’s
useProxy
options and theirauth.expo.io
service that was used to proxy the OAuth redirects via the Expo Go app due to security risks:https://blog.expo.dev/security-advisory-for-developers-using-authsessions-useproxy-options-and-auth-expo-io-e470fe9346df
Here's is the migration guide to migrating from auth proxy and Expo Go to Development builds:
https://github.com/expo/fyi/blob/main/auth-proxy-migration.md
The text was updated successfully, but these errors were encountered: