Commit 1f9b136
docs(auth): update to include email mfa (#8023)
* feat(docs): adding email mfa
* feat(docs): update flutter fn names
* chore: resolve accessibility issues
* feat(auth): add ASF pricing callout
* feat(auth): add android inline filter sections
* feat(docs): Update src/pages/[platform]/build-a-backend/auth/concepts/multi-factor-authentication/index.mdx
Co-authored-by: josef <[email protected]>
* feat(docs): Update src/pages/[platform]/build-a-backend/auth/multi-step-sign-in/index.mdx
Co-authored-by: Harsh <[email protected]>
* feat(docs): Update src/pages/[platform]/build-a-backend/auth/multi-step-sign-in/index.mdx
Co-authored-by: Harsh <[email protected]>
* feat(docs): Update src/pages/[platform]/build-a-backend/auth/multi-step-sign-in/index.mdx
Co-authored-by: Harsh <[email protected]>
* feat(docs): Update src/pages/[platform]/build-a-backend/auth/connect-your-frontend/sign-in/index.mdx
Co-authored-by: Harsh <[email protected]>
* feat(docs): Update src/pages/[platform]/build-a-backend/auth/connect-your-frontend/sign-in/index.mdx
Co-authored-by: Harsh <[email protected]>
* feat(docs): Update android specific additions and fixes for email mfa
* Update src/pages/[platform]/build-a-backend/auth/connect-your-frontend/sign-in/index.mdx
Co-authored-by: Kha Truong <[email protected]>
* Update src/pages/[platform]/build-a-backend/auth/connect-your-frontend/sign-in/index.mdx
Co-authored-by: Kha Truong <[email protected]>
* Update src/pages/[platform]/build-a-backend/auth/connect-your-frontend/sign-in/index.mdx
Co-authored-by: Kha Truong <[email protected]>
* Update src/pages/[platform]/build-a-backend/auth/connect-your-frontend/sign-in/index.mdx
Co-authored-by: Kha Truong <[email protected]>
* Update src/pages/[platform]/build-a-backend/auth/multi-step-sign-in/index.mdx
Co-authored-by: Kha Truong <[email protected]>
* chore: remove android tag from JS code example
* chore: add backend support callout
* chore: create MfaType type
* chore: use type imports where applicable
* chore: revert next-env update
* chore: mention mfa preference in mfa selection challenge
* chore: adding account recovery callout
* Add Android CONTINUE_SIGN_IN_WITH_MFA_SELECTION example
* chore: adding CDK example for enabling email mfa
* chore: add react native to js examples
* Apply suggestions from code review
Co-authored-by: Tyler Roach <[email protected]>
Co-authored-by: Harsh <[email protected]>
* chore: add additional js examples
* chore: remove broken link
* chore: update mfa method language to include email
* Apply suggestions from code review
Co-authored-by: Tyler-Larkin <[email protected]>
* chore: add react native to filters
* Apply suggestions from code review
Co-authored-by: josef <[email protected]>
* chore: update configure mfa language
* chore: add Authenticator UI component not supported
* Apply suggestions from code review
Co-authored-by: josef <[email protected]>
* chore: quick blurb about mfa preference APIs
* chore: move multi-step-sign-in to connect your front end
* chore: adding imports for multi step sign in examples
* chore: consolidate ts snippets
* chore: update signin to sign-in and add additional references
* chore: update JS callouts for confirm sign-in to be same as other platforms
* Update versions.ts
---------
Co-authored-by: josef <[email protected]>
Co-authored-by: Harsh <[email protected]>
Co-authored-by: Vincent Tran <[email protected]>
Co-authored-by: Kha Truong <[email protected]>
Co-authored-by: Tyler Roach <[email protected]>
Co-authored-by: Tyler-Larkin <[email protected]>1 parent 3cbb19d commit 1f9b136
File tree
8 files changed
+1993
-268
lines changed- src
- constants
- directory
- pages/[platform]/build-a-backend/auth
- concepts/multi-factor-authentication
- connect-your-frontend
- multi-step-sign-in
- sign-in
- sign-up
- modify-resources-with-cdk
8 files changed
+1993
-268
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
851 | 851 | | |
852 | 852 | | |
853 | 853 | | |
| 854 | + | |
854 | 855 | | |
855 | 856 | | |
856 | 857 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | | - | |
| 2 | + | |
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
8 | | - | |
9 | | - | |
| 8 | + | |
| 9 | + | |
10 | 10 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
122 | 122 | | |
123 | 123 | | |
124 | 124 | | |
| 125 | + | |
| 126 | + | |
| 127 | + | |
125 | 128 | | |
126 | 129 | | |
127 | 130 | | |
| |||
156 | 159 | | |
157 | 160 | | |
158 | 161 | | |
159 | | - | |
160 | | - | |
161 | | - | |
162 | 162 | | |
163 | 163 | | |
164 | 164 | | |
| |||
Lines changed: 782 additions & 134 deletions
Large diffs are not rendered by default.
0 commit comments