Sha256: d175fb44a736e0f5fbfb644342a1686c10a1861527e144a75f3fae3ac2dd2b3d

Contents?: true

Size: 803 Bytes

Versions: 28

Compression:

Stored size: 803 Bytes

Contents

= New Features

* A json feature has been extracted from the existing jwt feature.
  This feature allows for the same JSON API previously supported
  by the JWT feature, but stores the session information in the
  Rack session instead of in a separate JWT.  This makes it
  significantly easier to have certain pages use the JSON API,
  and other pages the HTML forms.

= Other Improvements

* If the remember cookie is created in an SSL request, the Secure
  flag is added by default, so the cookie will not be transmitted
  in non-SSL requests.

= Backwards Compatibility

* Rodauth configurations that use the remember feature and support
  requests over both http and https and want to have the remember
  cookie transmitted over both should now include :secure=>false in
  remember_cookie_options.

Version data entries

28 entries across 28 versions & 1 rubygems

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