-
Notifications
You must be signed in to change notification settings - Fork 2.2k
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): Add multi-factor support for the sign-in flow #6593
feat(auth): Add multi-factor support for the sign-in flow #6593
Commits on Oct 19, 2022
-
feat(auth): adds iOS/Web support for multi-factor sign-in flow
Adds code required to complete the sign-in flow for users that have enrolled second factors. Due to a difference in the implementation of the PhoneAuthProvider it is not possible to follow the implementation of the Web API.
Configuration menu - View commit details
-
Copy full SHA for 2c3c58a - Browse repository at this point
Copy the full SHA 2c3c58aView commit details -
docs(auth): update documentation for multi-factor authentication
Provide general setup and usage information for multi-factor authentication flows.
Configuration menu - View commit details
-
Copy full SHA for 746db6d - Browse repository at this point
Copy the full SHA 746db6dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 81ecac4 - Browse repository at this point
Copy the full SHA 81ecac4View commit details -
feat(auth): Adds Android support for multi-factor sign-in flow
Implement the Android part required to support the multi-factor sign-in flow. Makes the `multiFactor` property for the Firebase user object available as well. Known issues: - The enrollmentInfo for a MultiFactorInfo is currently reported with 0 on Android.
Configuration menu - View commit details
-
Copy full SHA for fba9c3d - Browse repository at this point
Copy the full SHA fba9c3dView commit details
Commits on Oct 21, 2022
-
Configuration menu - View commit details
-
Copy full SHA for b5f2e5a - Browse repository at this point
Copy the full SHA b5f2e5aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 452f57f - Browse repository at this point
Copy the full SHA 452f57fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 97cfa44 - Browse repository at this point
Copy the full SHA 97cfa44View commit details
Commits on Oct 23, 2022
-
Fix error message for invalid phone numbers
to match the error message produced by the Web.
Configuration menu - View commit details
-
Copy full SHA for e38b5c3 - Browse repository at this point
Copy the full SHA e38b5c3View commit details
Commits on Oct 24, 2022
-
Add test and fix error message for unknown multi-factor hint
to match the error message produced by the Web.
Configuration menu - View commit details
-
Copy full SHA for ce15f02 - Browse repository at this point
Copy the full SHA ce15f02View commit details