Merge pull request #3 from sam-huckaby/readme-spellcheck
Update README.md
This commit is contained in:
commit
71e9fe4ed2
1 changed files with 2 additions and 2 deletions
|
@ -5,8 +5,8 @@ standardize an interface for authenticating users to web-based
|
||||||
applications and services using public key cryptography. Modern web
|
applications and services using public key cryptography. Modern web
|
||||||
browsers support WebAuthn functionality.
|
browsers support WebAuthn functionality.
|
||||||
|
|
||||||
WebAuthn provides two funcitons: register and authenticate. Usually the
|
WebAuthn provides two functions: register and authenticate. Usually the
|
||||||
public-private keypair is stored on an external device, called security key
|
public-private keypair is stored on an external device, called a security key
|
||||||
(Yubikey, Trustkey etc.) or inside a platform(OS) authenticator. Platform
|
(Yubikey, Trustkey etc.) or inside a platform(OS) authenticator. Platform
|
||||||
authenticators are available on all modern platforms, such as Windows, Mac,
|
authenticators are available on all modern platforms, such as Windows, Mac,
|
||||||
Android and iOS. After the public key is registered, it can
|
Android and iOS. After the public key is registered, it can
|
||||||
|
|
Loading…
Reference in a new issue