Skip to content
Open
Show file tree
Hide file tree
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
12 changes: 12 additions & 0 deletions docs/kratos/passwordless/05_passkeys.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -148,6 +148,18 @@ is defined, the passkey strategy will not work.
}
```

### Implementing passkeys in your application

After configuring passkeys, you need to integrate them into your application. The implementation differs depending on your
platform:

- Web applications can use Ory's `webauthn.js` helper script or manually integrate the WebAuthn API.
- Mobile applications (iOS and Android) require platform-specific credential management APIs and direct integration with Ory's
JSON API endpoints.

For detailed implementation instructions, code examples, and best practices for both web and mobile platforms, see
[Implementing passkeys for web and mobile](./06_passkeys-mobile.mdx).

## Passkeys with the WebAuthN strategy

### Configuration
Expand Down
Loading
Loading