cedarcode / webauthn-rails-demo-app

Rails app demonstrating a WebAuthn password-less login
https://webauthn.cedarcode.com
Apache License 2.0
99 stars 39 forks source link

Handle WebAuthn verification errors #62

Closed grzuy closed 4 years ago

grzuy commented 5 years ago

Split out of #57

grzuy commented 5 years ago

This might be a bit easier now with webauthn v1.9.0 which raises specific errors for different failures. See https://github.com/cedarcode/webauthn-ruby/pull/116.