Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
19 commits
Select commit Hold shift + click to select a range
761400e
docs: add device PIN and biometrics page skeleton
hperl Jul 10, 2026
f4ad4ad
docs: add deviceauthn PIN protocol reference
hperl Jul 10, 2026
e8d9457
docs: add deviceauthn PIN client implementation requirements
hperl Jul 10, 2026
2d32301
docs: add deviceauthn PIN iOS guide
hperl Jul 10, 2026
0de862e
docs: add deviceauthn PIN Android guide
hperl Jul 10, 2026
3284a5c
docs: fail closed when Android sealing key is not hardware-backed
hperl Jul 10, 2026
4b54c27
docs: add deviceauthn PIN recovery, troubleshooting, and security model
hperl Jul 10, 2026
cfeb55f
docs: link device binding page to first-factor PIN docs
hperl Jul 10, 2026
af1a27e
docs: register device PIN page in network and OEL sidebars
hperl Jul 10, 2026
478580b
docs: fix flow-submission verb and polish deviceauthn PIN page
hperl Jul 10, 2026
50732ca
Merge remote-tracking branch 'origin/master' into deviceauthn-pin-docs
hperl Jul 11, 2026
0724946
docs: document server-assigned client_key_id on the device binding page
hperl Jul 11, 2026
abe2eac
docs: split device binding docs into platform subpages
hperl Jul 11, 2026
12d2149
docs: fold PIN and biometrics content into the platform guides
hperl Jul 11, 2026
7a4fa6a
docs: rename device binding section to device authentication
hperl Jul 11, 2026
280a058
docs: list device authentication in the network sidebar only
hperl Jul 11, 2026
8eca367
docs: harden reference code per review
hperl Jul 12, 2026
859a0cc
docs: migrate device authentication section to deployment structure
hperl Jul 13, 2026
9eb3c36
docs: restore section anchors on device authentication cross-links
hperl Jul 13, 2026
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
8 changes: 5 additions & 3 deletions docs/kratos/mfa/01_overview.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -48,10 +48,12 @@ authentication method. They can be used to complete the second factor when users
SMS for MFA sends a one-time password to the user's registered mobile phone number via text message. Read the
[Code via SMS](../../../docs/kratos/mfa/mfa-via-sms) documentation to learn more.

### Device binding
### Device authentication

Passwordless authentication where the private key is hardware-resident on the user's device. Read the
[Device binding](../passwordless/08_deviceauthn.mdx) documentation to learn more.
Passwordless authentication where the private key is hardware-resident on the user's device.

Read the <SameDeploymentLink to="kratos/passwordless/deviceauthn">Device authentication</SameDeploymentLink> documentation to
learn more.

### Email

Expand Down
Loading
Loading