auth0 / auth0-flutter

Auth0 SDK for Flutter
https://pub.dev/documentation/auth0_flutter/latest/
Apache License 2.0
57 stars 36 forks source link

IOS Add ability to close auth0 webview programatically #407

Open bysano opened 5 months ago

bysano commented 5 months ago

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

AlejoCumpa commented 1 week ago

I've found the same exact scenario.