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

"Run it locally" instructions fail without postgresql #37

Closed lgarron closed 6 years ago

lgarron commented 6 years ago

https://github.com/cedarcode/webauthn-rails-demo-app#option-2--run-it-locally failed for me on macOS until I ran brew install postgresql. Would it be possible to update the documentation to specify all dependencies?

(Or handle this in the setup script and suggest running that instead.)

grzuy commented 6 years ago

Good catch. Feel free to open pull request with that change.

Thank you!