auth0 / react-native-auth0

React Native toolkit for Auth0 API
https://auth0.com
MIT License
481 stars 206 forks source link

docs(faq): explained workaround when browser gets killed when going to background #944

Open mateoguzmana opened 1 month ago

mateoguzmana commented 1 month ago

Changes

Adding full documented workaround to fix the issue when the Auth0 browser gets killed when going to the background and re-launching. It is an adjusted version of the solution for the Stripe SDK.

This seems to be a common issue that has been mentioned several times and a proper workaround in the docs could save a lot of time for new people discovering this issue as it is not that clear why it happens.

References

Testing

Checklist