We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Seems like the module has stopped throwing WebAuthenticationException on user cancellation of the login flow? This does not work any more:
WebAuthenticationException
try { credentials = await _auth0 .webAuthentication(scheme: dotenv.env["AUTH0_SCHEME"]!) .login( parameters: {'screen_hint': 'signup'}, audience: dotenv.env["AUTH0_AUDIENCE"]!, useEphemeralSession: true); } on WebAuthenticationException catch (e) { if (e.code == userCancelled) { logger.d('User aborted sign up'); return; } }
If I cancel the flow, no exception is thrown.
No response
1.7.1
3.19.6
iOS
16
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Checklist
Description
Seems like the module has stopped throwing
WebAuthenticationException
on user cancellation of the login flow? This does not work any more:If I cancel the flow, no exception is thrown.
Reproduction
WebAuthenticationException
when login flow is cancelledAdditional context
No response
auth0_flutter version
1.7.1
Flutter version
3.19.6
Platform
iOS
Platform version(s)
16
The text was updated successfully, but these errors were encountered: