Skip to content

Latest commit

 

History

History
50 lines (40 loc) · 2.56 KB

CHANGELOG.md

File metadata and controls

50 lines (40 loc) · 2.56 KB

[0.3.0] - 2023-08-18

Bugfixes

  • Remove default Devise.add_module, remove incorrect no_input: true declaration in documentation

[0.2.0] - 2023-07-07

Bugfixes

  • Fixed bug with Devise::Strategies::PasskeyReauthentication clearing the CSRF token after reauthentication
  • Fixed bug where RegistrationsControllerConcern was using :user as the Strong Parameters key, rather than resource_key
  • Rename create_resource_and_passkey => create_passkey_for_resource
  • ReauthenticationControllerConcern and SessionsControllerConcern raise NoMethodError if the relying_party has not been overridden

Refactoring

Etc.

[0.1.0] - 2023-05-07

  • Initial release