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

Use webauthn-json library to simplify credentials encoding #90

Closed padulafacundo closed 5 years ago

padulafacundo commented 5 years ago

Not only is it possible to replace it in add_credential_controller, but we should! Otherwise the encodings won't match. And yes, encode.js is totally removable now.