davidearl / webauthn

An implementation of webauthn in PHP on the server side (e.g Yubico 2 and Google Titan keys)
https://webauthn.davidearl.uk
MIT License
129 stars 24 forks source link

Registration with a username containing a dot doesn't work #2

Closed davidearl closed 5 years ago

davidearl commented 5 years ago

eg a@example.com

Because it double encodes the dot on read but not on write.

geraldkrug commented 5 years ago

http://g-d-k.com/authn/example/index.php

I have it working :)