Skip to content

Commit 1f9b136

Browse files
jjarvispjosefaidtharsh62vincetrankhatruong2009
authored
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

8 files changed

+1993
-268
lines changed

cspell.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -851,6 +851,7 @@
851851
"metadata",
852852
"mfaDescription",
853853
"mfaTypes",
854+
"enabledMfas",
854855
"MiB",
855856
"middleware",
856857
"Millis",

src/constants/versions.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
export const versions = {
2-
ANDROID_VERSION: '2.19.1',
2+
ANDROID_VERSION: '2.24.0',
33
ANDROID_DEVPREVIEW: '1.36.5-dev-preview.0',
44
ANDROID_V1_VERSION: '1.38.8',
55
ANDROID_V1_GEO_VERSION: '1.0.1',
66
ANDROID_V1_KOTLIN_VERSION: '0.22.8',
77
ANDROID_SDK_VERSION: '2.76.0',
8-
KOTLIN_SDK_VERSION: '1.2.8',
9-
ANDROID_AUTHENTICATOR_VERSION: '1.2.0'
8+
KOTLIN_SDK_VERSION: '1.3.31',
9+
ANDROID_AUTHENTICATOR_VERSION: '1.4.0'
1010
};

src/directory/directory.mjs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -122,6 +122,9 @@ export const directory = {
122122
},
123123
{
124124
path: 'src/pages/[platform]/build-a-backend/auth/connect-your-frontend/delete-user-account/index.mdx'
125+
},
126+
{
127+
path: 'src/pages/[platform]/build-a-backend/auth/connect-your-frontend/multi-step-sign-in/index.mdx'
125128
}
126129
]
127130
},
@@ -156,9 +159,6 @@ export const directory = {
156159
}
157160
]
158161
},
159-
{
160-
path: 'src/pages/[platform]/build-a-backend/auth/multi-step-sign-in/index.mdx'
161-
},
162162
{
163163
path: 'src/pages/[platform]/build-a-backend/auth/sign-in-with-web-ui/index.mdx'
164164
},

src/pages/[platform]/build-a-backend/auth/concepts/multi-factor-authentication/index.mdx

Lines changed: 782 additions & 134 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)