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

Update passwordless docs with Android examples #8139

Merged
merged 20 commits into from
Dec 2, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
20 commits
Select commit Hold shift + click to select a range
e834de2
Add initial android sign in doc updates
vincetran Nov 25, 2024
31d17fd
Add sign in with preferred challenge
vincetran Nov 26, 2024
6f8b026
Finish adding the non-webauthn sign in docs
vincetran Nov 26, 2024
6df81f1
Add passwordless sign in docs into the multi-step-sign-in page
vincetran Nov 26, 2024
f6827c3
Update manage-webauthn-credentials/index.mdx for android
mattcreaser Nov 27, 2024
c75d2eb
Add callingActivity to associateWebAuthnCredential examples
mattcreaser Nov 27, 2024
01de686
Bring android sign-in docs to parity
vincetran Nov 27, 2024
5cad412
Add Android docs for switching authentication flows
mattcreaser Nov 27, 2024
731817f
Add USER_AUTH password to the sign in docs
vincetran Nov 27, 2024
4485e7d
Update sign up docs
vincetran Nov 27, 2024
bd221aa
Add Android's WebAuthn details to `connect-your-frontend/sign-in/inde…
mattcreaser Nov 27, 2024
7c8344b
Fix some small issues and update multi-step sign in
vincetran Nov 27, 2024
f7ad7e5
Merge branch 'main' into add-passwordless-android
vincetran Nov 27, 2024
1115770
Add first factor selection section for android after merge
vincetran Nov 27, 2024
2541ee1
Update src/pages/[platform]/build-a-backend/auth/connect-your-fronten…
vincetran Nov 29, 2024
b12eda5
Update src/pages/[platform]/build-a-backend/auth/connect-your-fronten…
vincetran Nov 29, 2024
d77e718
Apply suggestions from code review
vincetran Nov 29, 2024
6f26a46
Replace usages of username with email
vincetran Nov 29, 2024
a432cb3
Update src/pages/[platform]/build-a-backend/auth/connect-your-fronten…
vincetran Nov 29, 2024
23575cd
Update index.mdx
vincetran Nov 29, 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
3 changes: 2 additions & 1 deletion cspell.json
Original file line number Diff line number Diff line change
Expand Up @@ -1616,7 +1616,8 @@
"jamba",
"webauthn",
"knowledgebases",
"rehype"
"rehype",
"assetlinks"
],
"flagWords": ["hte", "full-stack", "Full-stack", "Full-Stack", "sudo"],
"patterns": [
Expand Down

Large diffs are not rendered by default.

Loading