cedarcode / webauthn-rails-demo-app

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

exclude should be excludeCredentials #126

Closed pedz closed 1 year ago

pedz commented 1 year ago

Should line 10 of credential_controller be excludeCredentials?

Also, it should be a list of PublicKeyCredentialDescriptor which should also include the type.

I thought maybe the webauthn-json might be fixing things up for you but I don't see it.

pedz commented 1 year ago

I see now... webauthn-ruby converts the exclude list into an excludeCredentials list.