Sha256: 730d05f3ccb748b3d8ecc65cf6f4a54ea697d6a838ddc6a81e93041b25e6a67d

Contents?: true

Size: 894 Bytes

Versions: 45

Compression:

Stored size: 894 Bytes

Contents

= Improvements

* Support has been added for using Roda's route_csrf plugin with
  request-specific CSRF tokens.  When loading the Rodauth into
  your Roda app, specify the :csrf=>:route_csrf plugin option
  so that Rodauth will load the route_csrf plugin instead of
  the csrf plugin.

* The use_request_specific_csrf_tokens? configuration option
  has been added, it defaults to true when the the
  :csrf=>:route_csrf option is used when loading the plugin.

* If you have custom templates for the reset password request,
  unlock account request, or verify account resend link
  request, you will have to update them to use the new
  request-specific CSRF token feature.

= Backwards Compatibility

* The csrf_tag configuration method now accepts the path as
  an optional argument, previously it accepted no arguments.
  The optional argument defaults to the path of the current
  request.

Version data entries

45 entries across 45 versions & 1 rubygems

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