Skip to content

Commit 50d50f7

Browse files
authored
chore: add changeset of account api webauthn (#7435)
1 parent 4a08020 commit 50d50f7

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

.changeset/purple-zebras-deliver.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
---
2+
"@logto/core": minor
3+
"@logto/schemas": minor
4+
---
5+
6+
manage WebAuthn passkeys in Account API
7+
8+
You can now manage WebAuthn passkeys in Account API, including:
9+
10+
1. Bind a WebAuthn passkey to the user's account through your website.
11+
2. Manage the passkeys in the user's account.
12+
13+
We implemented [Related Origin Requests](https://passkeys.dev/docs/advanced/related-origins/) so that you can manage the WebAuthn passkeys in your website which has a different domain from the Logto's sign-in page.
14+
15+
To learn more, checkout the [documentation](https://docs.logto.io/end-user-flows/account-settings/by-account-api).

0 commit comments

Comments
 (0)