4

我正在执行一些 OAuth 身份验证,我需要从 Expo WebBrowser 重定向回我的应用程序。我可以使用开发 URL exp://some-code.name.app-name.exp.direct/+/redirect来实现,如示例项目https://github.com/expo/auth0-example中所示。但是,我不确定发布的应用程序使用哪个 URL。像https://exp.host/@name/app-name/+/redirectexp://exp.host/@name/app-name/+/redirect或完全不同的东西?

4

1 回答 1

0

为什么你不只是使用

 redirectUri = `${Expo.Constants.linkingUri}/redirect`
于 2017-05-28T03:51:47.917 回答