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

Upgrade Rails to 7.0 #138

Closed santiagorodriguez96 closed 7 months ago

santiagorodriguez96 commented 7 months ago

Summary

Upgraded Rails to 7.0.8. Also had to remove spring as it was causing some errors (and we don't really need it) and access session data using symbols instead of strings as after the upgrade it the latter approach was not working. There are a couple of deprecation warnings that I'll tackle as part of a separate PR.