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

fix: persist user only after successful callback #107

Closed grzuy closed 4 years ago

grzuy commented 4 years ago

closes #59

padulafacundo commented 4 years ago

The current_challenge column on User serves no prupose now that the challenge si being stored on session. It can be removed

grzuy commented 4 years ago

True.

Needed to further remove it's usage from other places but still.

grzuy commented 4 years ago

https://github.com/cedarcode/webauthn-rails-demo-app/pull/110