Auth0 is stuck when the useSFSafariViewController is active on iOS
msKevin190 opened this issue · 0 comments
msKevin190 commented
Checklist
- The issue can be reproduced in the react-native-auth0 sample app (or N/A).
- I have looked into the Readme, Examples, and FAQ and have not found a suitable solution or answer.
- I have looked into the API documentation and have not found a suitable solution or answer.
- I have searched the issues and have not found a suitable solution or answer.
- I have searched the Auth0 Community forums and have not found a suitable solution or answer.
- I agree to the terms within the Auth0 Code of Conduct.
Description
Issue:
After updating React Native from version 0.71.x to 0.73.4, the login process in my application using Auth0 gets stuck and fails to proceed.
Details:
The app was functioning properly before the update.
After upgrading React Native, the login screen no longer transitions after credentials are submitted.
No specific error message is displayed, and the process seems to hang indefinitely.
Any assistance or guidance to resolve this issue would be appreciated.
the code is
auth0.webAuth
.authorize(
{
audience: 'xxxxxxxxxx',
scope: 'openid profile email offline_access',
additionalParameters: { prompt: 'login' },
},
{ ephemeralSession: false, useSFSafariViewController: {
presentationStyle: 0,
} },
)
Reproduction
- Activate the
useSFSafariViewController
- try init session
- that's it
Additional context
No response
react-native-auth0 version
3.2.1
React Native version
0.74.3
Expo version
No response
Platform
iOS
Platform version(s)
17.x