Skip to content

Commit

Permalink
docs...
Browse files Browse the repository at this point in the history
  • Loading branch information
dagnelies committed Aug 9, 2024
1 parent ca8beda commit 6611739
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docs/concepts.md
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ Therefore, the usage of `await client.isAutocompleteAvailable()` is advised.

> For a better understanding of "public key credentials", we recommend reading the [F.A.Q.](/faq) first.
### The `challenge` is crucial !!!
### The `challenge` is crucial!

It must be:

Expand Down
4 changes: 2 additions & 2 deletions docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -96,8 +96,8 @@ import {server} from '@passwordless-id/webauthn'
await server.verifyRegistration(registration, expected)
await server.verifyAuthentication(registration, expected)
```

[→ Verification docs](/verification/)
Look at the docs for [registration](/registration/) and [authentication](/authentication/) for the corresponding verification examples.
Or simply interact with real-life examples in the [Testing Playground](/demos/playground.html).

<!--
Expand Down

0 comments on commit 6611739

Please sign in to comment.