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