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

Remove `listen` from the dependencies #140

Closed santiagorodriguez96 closed 4 months ago

santiagorodriguez96 commented 7 months ago

It does not come with Rails anymore as nowadays it's not really needed – see https://github.com/rails/rails/pull/42985. We should be able to remove it without impact on the developers' experience.