Skip to content
Open
Changes from all commits
Commits
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
Original file line number Diff line number Diff line change
Expand Up @@ -153,6 +153,16 @@ func associateWebAuthNCredentials() -> AnyCancellable {

The user will be prompted to register a passkey using their local authenticator. Amplify will then associate that passkey with Cognito.

<Callout>

Passkey registration relies on the browser and operating system for enforcing user verification (such as PIN, password, or biometrics).

If a device does not have a secure screen lock configured, the browser/OS may block the registration flow or prompt the user to set it up before proceeding.

Amplify and Cognito do not override or bypass these device-level security checks.

</Callout>

## List WebAuthn credentials

You can list registered passkeys using the following API:
Expand Down
Loading