Sha256: 9e78c4f80bb3580d5607ac0f6581d2c3be6172077f82ed2dcd0fa2ceccdfbc1f

Contents?: true

Size: 1.36 KB

Versions: 30

Compression:

Stored size: 1.36 KB

Contents

= New Features

* An auto_remove_recovery_codes? configuration method has been added
  to the recovery_codes feature.  This will automatically remove
  recovery codes when the last multifactor authentication type other
  than the recovery codes has been removed.

* The jwt_access_expired_status and expired_jwt_access_token_message
  configuration methods have been added to the jwt_refresh feature,
  for supporting custom statuses and messages for expired tokens.

= Other Improvements

* Rodauth will no longer attempt to require a feature that has
  already been required.  Related to this is you can now use a
  a custom Rodauth feature without a rodauth/features/*.rb file
  in the Ruby library path, as long as you load the feature
  manually.

* Rodauth now avoids method redefinition warnings in verbose
  warning mode.  As Ruby 3 is dropping uninitialized instance
  variable warnings, Rodauth will be verbose warning free in
  Ruby 3.

= Backwards Compatibility

* The default remember cookie path is now set to '/'. This fixes
  usage in the case where rodauth is loaded under a subpath of the
  application (which is not the default behavior).  Unfortunately,
  this change can negatively affect cases where multiple rodauth
  configurations are used in separate paths on the same domain.
  In these cases, you should now use remember_cookie_options and
  include a :path option.

Version data entries

30 entries across 30 versions & 1 rubygems

Version Path
rodauth-2.36.0 doc/release_notes/2.7.0.txt
rodauth-2.34.0 doc/release_notes/2.7.0.txt
rodauth-2.33.0 doc/release_notes/2.7.0.txt
rodauth-2.32.0 doc/release_notes/2.7.0.txt
rodauth-2.31.0 doc/release_notes/2.7.0.txt
rodauth-2.30.0 doc/release_notes/2.7.0.txt
rodauth-2.29.0 doc/release_notes/2.7.0.txt
rodauth-2.28.0 doc/release_notes/2.7.0.txt
rodauth-2.27.0 doc/release_notes/2.7.0.txt
rodauth-2.26.1 doc/release_notes/2.7.0.txt
rodauth-2.26.0 doc/release_notes/2.7.0.txt
rodauth-2.25.0 doc/release_notes/2.7.0.txt
rodauth-2.24.0 doc/release_notes/2.7.0.txt
rodauth-2.23.0 doc/release_notes/2.7.0.txt
rodauth-2.22.0 doc/release_notes/2.7.0.txt
rodauth-2.21.0 doc/release_notes/2.7.0.txt
rodauth-2.20.0 doc/release_notes/2.7.0.txt
rodauth-2.19.0 doc/release_notes/2.7.0.txt
rodauth-2.18.0 doc/release_notes/2.7.0.txt
rodauth-2.17.0 doc/release_notes/2.7.0.txt