Skip to content

Commit

Permalink
Spelling!
Browse files Browse the repository at this point in the history
  • Loading branch information
davidearl committed Jul 31, 2018
1 parent 48221c9 commit b356aa7
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# PHP webauthn implementation

[webauthn](https://www.w3.org/TR/webauthn/) allows for browser logins
using a physical key (such as a [Yubikey 2 seciurity
using a physical key (such as a [Yubikey 2 security
key](https://www.yubico.com/product/security-key-by-yubico/)) or, in
due course, biometrics such as fingerprints, that support the
protocol. [Google announced a pair of compatible hardware keys recently
Expand All @@ -15,9 +15,9 @@ password-less logins was widely broadcast in the technical press. But
the reality is the whole thing is just too complicated for easy
adoption. It needs another layer to simplify it for routine use.

There are a couple examples in Javascript (for example
[here](https://webauthn.bin.coffee/). But the whole point is that the
challenge and authetication must be done server-side.
There are a couple examples in Javascript (see the
["coffee" example](https://webauthn.bin.coffee/)). But the whole point is that the
challenge and authentication must be done server-side.

It's fiendishly complicated, not so much in the cryptography as the
way the structures are packed and named. Unnecessarily so
Expand Down

0 comments on commit b356aa7

Please sign in to comment.