Skip to content
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

docs(auth): update to include email mfa #8023

Merged
merged 45 commits into from
Nov 4, 2024
Merged
Show file tree
Hide file tree
Changes from 11 commits
Commits
Show all changes
45 commits
Select commit Hold shift + click to select a range
7654a49
feat(docs): adding email mfa
jjarvisp Oct 2, 2024
d25eb65
feat(docs): update flutter fn names
jjarvisp Oct 3, 2024
d2c62f6
chore: resolve accessibility issues
jjarvisp Oct 8, 2024
6d46e96
feat(auth): add ASF pricing callout
jjarvisp Oct 21, 2024
29a99a6
feat(auth): add android inline filter sections
jjarvisp Oct 21, 2024
bc2b580
feat(docs): Update src/pages/[platform]/build-a-backend/auth/concepts…
jjarvisp Oct 21, 2024
46ac26d
feat(docs): Update src/pages/[platform]/build-a-backend/auth/multi-st…
jjarvisp Oct 21, 2024
7b9e8d9
feat(docs): Update src/pages/[platform]/build-a-backend/auth/multi-st…
jjarvisp Oct 21, 2024
d37790e
feat(docs): Update src/pages/[platform]/build-a-backend/auth/multi-st…
jjarvisp Oct 21, 2024
e7f8d3b
feat(docs): Update src/pages/[platform]/build-a-backend/auth/connect-…
jjarvisp Oct 21, 2024
3b43039
feat(docs): Update src/pages/[platform]/build-a-backend/auth/connect-…
jjarvisp Oct 21, 2024
0fbd66b
feat(docs): Update android specific additions and fixes for email mfa
vincetran Oct 23, 2024
77d23ae
Update src/pages/[platform]/build-a-backend/auth/connect-your-fronten…
jjarvisp Oct 25, 2024
3ec6c3b
Update src/pages/[platform]/build-a-backend/auth/connect-your-fronten…
jjarvisp Oct 25, 2024
5309c7d
Update src/pages/[platform]/build-a-backend/auth/connect-your-fronten…
jjarvisp Oct 25, 2024
877f573
Update src/pages/[platform]/build-a-backend/auth/connect-your-fronten…
jjarvisp Oct 25, 2024
9f09635
Update src/pages/[platform]/build-a-backend/auth/multi-step-sign-in/i…
jjarvisp Oct 25, 2024
3784ddc
chore: remove android tag from JS code example
jjarvisp Oct 28, 2024
396d730
chore: add backend support callout
jjarvisp Oct 28, 2024
4ca53c8
chore: create MfaType type
jjarvisp Oct 28, 2024
53f3bcd
chore: use type imports where applicable
jjarvisp Oct 28, 2024
7e8ca3f
chore: revert next-env update
jjarvisp Oct 29, 2024
9119a8d
chore: mention mfa preference in mfa selection challenge
jjarvisp Oct 29, 2024
22c8c58
chore: adding account recovery callout
jjarvisp Oct 29, 2024
ff83090
Add Android CONTINUE_SIGN_IN_WITH_MFA_SELECTION example
vincetran Oct 29, 2024
130c752
chore: adding CDK example for enabling email mfa
jjarvisp Oct 30, 2024
f505d9c
chore: add react native to js examples
jjarvisp Oct 30, 2024
5d675fe
Apply suggestions from code review
jjarvisp Oct 30, 2024
86704dc
chore: add additional js examples
jjarvisp Oct 30, 2024
e7e61f7
Merge branch 'main' into docs/email-mfa
jjarvisp Oct 30, 2024
839fd1c
chore: remove broken link
jjarvisp Oct 30, 2024
8a138f9
chore: update mfa method language to include email
jjarvisp Oct 30, 2024
7fd2d32
Apply suggestions from code review
jjarvisp Oct 30, 2024
c029064
chore: add react native to filters
jjarvisp Oct 30, 2024
49db722
Apply suggestions from code review
jjarvisp Oct 30, 2024
205d43e
chore: update configure mfa language
jjarvisp Oct 30, 2024
b3488dd
chore: add Authenticator UI component not supported
jjarvisp Oct 30, 2024
50bd6a7
Apply suggestions from code review
jjarvisp Oct 30, 2024
aee8c2f
chore: quick blurb about mfa preference APIs
jjarvisp Oct 31, 2024
35ac251
chore: move multi-step-sign-in to connect your front end
jjarvisp Oct 31, 2024
14ec2ed
chore: adding imports for multi step sign in examples
jjarvisp Oct 31, 2024
ee45f7c
chore: consolidate ts snippets
jjarvisp Oct 31, 2024
c61ad3e
chore: update signin to sign-in and add additional references
jjarvisp Oct 31, 2024
97ec291
chore: update JS callouts for confirm sign-in to be same as other pla…
jjarvisp Oct 31, 2024
dec4780
Update versions.ts
tylerjroach Oct 31, 2024
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion next-env.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
/// <reference types="next/image-types/global" />

// NOTE: This file should not be edited
// see https://nextjs.org/docs/basic-features/typescript for more information.
jjarvisp marked this conversation as resolved.
Show resolved Hide resolved
// see https://nextjs.org/docs/pages/building-your-application/configuring/typescript for more information.
Loading