From 4bcfbe859fecc430a939e528ecdd73744aa2b20c Mon Sep 17 00:00:00 2001 From: str0k3 Date: Tue, 15 Oct 2024 12:21:50 +0200 Subject: [PATCH] Fix typo, is manufacture, should be manufacturer --- pages/webauthn.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pages/webauthn.md b/pages/webauthn.md index 31e2400..153a59f 100644 --- a/pages/webauthn.md +++ b/pages/webauthn.md @@ -17,7 +17,7 @@ The [Web Authentication (WebAuthn) standard](https://www.w3.org/TR/webauthn-2/) WebAuthn are usually used in 2 ways - with passkeys or security tokens. While they don't have a strict definition, passkeys usually refer to credentials that can replace passwords and stored in the authenticator (resident keys). Security tokens, on the other hand, are meant to be used as a second factor, after authenticating with a password. Credentials for 2FA are usually encrypted and stored in the relying party's server. In both cases, they are a more secure alternatives to existing methods. -Using WebAuthn, applications can also verify the device with the manufacture. This requires attestation and is not covered in this page. +Using WebAuthn, applications can also verify the device with the manufacturer. This requires attestation and is not covered in this page. ## Vocabulary