-
Notifications
You must be signed in to change notification settings - Fork 247
New issue
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
feat(auth): Resend MFA code #3409
Commits on Jul 17, 2023
-
Expands E2E backends for all TOTP/SMS MFA combinations.
Dillon Nys committedJul 17, 2023 Configuration menu - View commit details
-
Copy full SHA for 47575d1 - Browse repository at this point
Copy the full SHA 47575d1View commit details -
fix(auth): SDK exception mapping
Fix casing when mapping SDK exceptions
Dillon Nys committedJul 17, 2023 Configuration menu - View commit details
-
Copy full SHA for 025da5a - Browse repository at this point
Copy the full SHA 025da5aView commit details -
Implements TOTP MFA as part of the `signIn` flow. Adds category methods for setting up TOTP outside the `signIn` flow and for getting/setting the user's MFA preferences at any time.
Dillon Nys committedJul 17, 2023 Configuration menu - View commit details
-
Copy full SHA for 10a81f2 - Browse repository at this point
Copy the full SHA 10a81f2View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1cb6672 - Browse repository at this point
Copy the full SHA 1cb6672View commit details -
chore(auth): Add TOTP console example
Dillon Nys committedJul 17, 2023 Configuration menu - View commit details
-
Copy full SHA for 5beaaf3 - Browse repository at this point
Copy the full SHA 5beaaf3View commit details -
Dillon Nys committed
Jul 17, 2023 Configuration menu - View commit details
-
Copy full SHA for c219b73 - Browse repository at this point
Copy the full SHA c219b73View commit details -
chore(auth): Fix TOTP setup URI encoding
Due to a bug in URI, we need to manually encode query components so that the path encoding matches the query encoding. This allows Authenticator apps to correctly match the appName and issuer.
Dillon Nys committedJul 17, 2023 Configuration menu - View commit details
-
Copy full SHA for a3b3638 - Browse repository at this point
Copy the full SHA a3b3638View commit details -
chore(auth): Rename
secretCode
tosharedSecret
Dillon Nys committedJul 17, 2023 Configuration menu - View commit details
-
Copy full SHA for 8016733 - Browse repository at this point
Copy the full SHA 8016733View commit details -
Dillon Nys committed
Jul 17, 2023 Configuration menu - View commit details
-
Copy full SHA for 1d4d07a - Browse repository at this point
Copy the full SHA 1d4d07aView commit details -
chore(auth): More TOTP cleanup
Dillon Nys committedJul 17, 2023 Configuration menu - View commit details
-
Copy full SHA for 9c6d91b - Browse repository at this point
Copy the full SHA 9c6d91bView commit details -
revert(infra): Use standard client
The slimmer client interface was not working when deploying from some systems.
Dillon Nys committedJul 17, 2023 Configuration menu - View commit details
-
Copy full SHA for b44e410 - Browse repository at this point
Copy the full SHA b44e410View commit details -
chore(auth): Use input to
signIn
for TOTP setupDillon Nys committedJul 17, 2023 Configuration menu - View commit details
-
Copy full SHA for 6b6286d - Browse repository at this point
Copy the full SHA 6b6286dView commit details -
chore(aft): Fix failing native tests
Fixes issue on Windows with checking the `.dart_tool` directory by always running `pub get`.
Dillon Nys committedJul 17, 2023 Configuration menu - View commit details
-
Copy full SHA for a340cd8 - Browse repository at this point
Copy the full SHA a340cd8View commit details -
chore(auth): Add missing trailing comma
Dillon Nys committedJul 17, 2023 Configuration menu - View commit details
-
Copy full SHA for 20faded - Browse repository at this point
Copy the full SHA 20fadedView commit details
Commits on Jul 19, 2023
-
Adds a `resendSignInCode` API to resend SMS MFA codes during the sign-in flow.
Configuration menu - View commit details
-
Copy full SHA for 701cee2 - Browse repository at this point
Copy the full SHA 701cee2View commit details -
feat(authenticator): Resend MFA code
Adds a `Resend Code` button to the sign-in SMS MFA confirmation screen.
Configuration menu - View commit details
-
Copy full SHA for 71c6c76 - Browse repository at this point
Copy the full SHA 71c6c76View commit details