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
there is such corner case when user opens auth0 view in mobile app , then he is able to click forgot password button , which sends link to his email . when user clicks on deeplink , some logic is triggered in the the app , but it happens with opened auth0 view above native screens
Describe the ideal solution
I would like to have ability to close this auth0 view from flutter code
Alternatives and current workarounds
No response
Additional context
No response
The text was updated successfully, but these errors were encountered:
@Vishal-0057 thanks for sharing your code, i tried it out and it was able to dismiss the iOS webview nicely
however if the app attempts to call auth0 functions again, it will still throw the same error of UNKNOWN: Failed to start this transaction, as there is an active transaction at the moment
Checklist
Describe the problem you'd like to have solved
there is such corner case when user opens auth0 view in mobile app , then he is able to click forgot password button , which sends link to his email . when user clicks on deeplink , some logic is triggered in the the app , but it happens with opened auth0 view above native screens
Describe the ideal solution
I would like to have ability to close this auth0 view from flutter code
Alternatives and current workarounds
No response
Additional context
No response
The text was updated successfully, but these errors were encountered: