Skip to content

Commit 0f84e17

Browse files
authored
docs: fix typo (#251)
1 parent ca151c7 commit 0f84e17

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -425,7 +425,7 @@ export default defineWebAuthnAuthenticateEventHandler({
425425
```
426426

427427
> [!IMPORTANT]
428-
> 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.
428+
> 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.
429429
430430
> ```ts
431431
> export default defineWebAuthnAuthenticateEventHandler({

0 commit comments

Comments
 (0)