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

Add return on challenge mismatch #59

Closed bartnv closed 1 year ago

bartnv commented 1 year ago

Seems to me this branch should also return as it's an unrecoverable error.

davidearl commented 1 year ago

Yes, I agree. Thank you for this.