Rodauth 2.39.0 Released #478
jeremyevans
started this conversation in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Rodauth 2.39.0 has been released!
Improvements
Rodauth now supports Roda's plain_hash_response_headers plugin on
Rack 3+, by using lowercase response header keys, instead of
relying on Roda's default conversion of response header keys to
lowercase.
When setting login_return_to_requested_location? to true, by
default, Rodauth will no longer return to the requested location if
it is more than 2048 bytes in size. This is to avoid exceeding the
4K cookie size limit. You can modify this limit using the new
login_return_to_requested_location_max_path_size configuration
method.
Rodauth now uses JSON.generate instead of JSON.fast_generate to
avoid a deprecation warning in recent json gem versions.
Rodauth now uses allowed_origins instead of origin when using
WebAuthn 3.4+ to avoid a deprecation warning.
Thanks,
Jeremy
Beta Was this translation helpful? Give feedback.
All reactions