cedarcode / webauthn-rails-demo-app

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

Add authentication of already registered user #3

Closed grzuy closed 6 years ago

grzuy commented 6 years ago

Built on top of #2

grzuy commented 6 years ago

Thanks.

We can wait to merge until we get authentication support in the gem I guess.

brauliomartinezlm commented 6 years ago

👍 sounds good

brauliomartinezlm commented 6 years ago

@grzuy Did you do any changes on top of this PR for the implementation changes of https://github.com/cedarcode/webauthn-ruby/pull/40 ? Would be nice to have them for the allowCredentials follow up in such case as I also need to manipulate the user's credential for that.

grzuy commented 6 years ago

Yes, pushing soon.

grzuy commented 6 years ago

Pushed latest changes. Still trying to fix an error with the signature validation...