Skip to content

Commit

Permalink
docs: fix typo (#251)
Browse files Browse the repository at this point in the history
  • Loading branch information
nekohaxx authored Oct 21, 2024
1 parent ca151c7 commit 0f84e17
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -425,7 +425,7 @@ export default defineWebAuthnAuthenticateEventHandler({
```

> [!IMPORTANT]
> Webauthn uses challenges to prevent replay attacks. By default, this module does not make use if this feature. If you want to use challenges (**which is highly recommended**), the `storeChallenge` and `getChallenge` functions are provided. An attempt ID is created and sent with each autentication request. You can use this ID to store the challenge in a database or KV store as shown in the example below.
> Webauthn uses challenges to prevent replay attacks. By default, this module does not make use if this feature. If you want to use challenges (**which is highly recommended**), the `storeChallenge` and `getChallenge` functions are provided. An attempt ID is created and sent with each authentication request. You can use this ID to store the challenge in a database or KV store as shown in the example below.
> ```ts
> export default defineWebAuthnAuthenticateEventHandler({
Expand Down

0 comments on commit 0f84e17

Please sign in to comment.