Skip to content

Commit

Permalink
Fix passkey documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
micheljung authored Aug 21, 2024
1 parent e037024 commit be9ee52
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion docs/kratos/passwordless/05_passkeys.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,13 @@ import TabItem from '@theme/TabItem';
passkey:
enabled: true
config:
display_name: "My Display Name"`}</CodeBlock>
rp:
display_name: Your Application name
# Set 'id' to the top-level domain.
id: localhost
# Set 'origin' to the exact URL of the page that prompts the user to use WebAuthn. You must include the scheme, host, and port.
origins:
- http://localhost:4455`}</CodeBlock>
</TabItem>
</Tabs>
```
Expand Down

0 comments on commit be9ee52

Please sign in to comment.