cedarcode / webauthn-rails-demo-app

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

refactor: update to rails 6 config defaults #92

Closed grzuy closed 5 years ago

grzuy commented 5 years ago

Was trying to get rid of deprecation warning DEPRECATION WARNING: Rails 6.1 will return Content-Type header without modification which was polluting test runs, and ended up going with this, which in part update rails to use the new default for content-type, and something we had pending after https://github.com/cedarcode/webauthn-rails-demo-app/pull/79.