Skip to content

Commit

Permalink
Update Changes
Browse files Browse the repository at this point in the history
  • Loading branch information
kraih committed Nov 23, 2024
1 parent 1bcbacf commit f0879f0
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion Changes
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@

9.39 2024-08-28
9.39 2024-11-23
- Added EXPERIMENTAL support for encrypted session cookies.
This feature is much more secure than signed cookies and can be enabled by installing CryptX and setting the
encrypted attribute.
$app->sessions->encrypted(1);
- Added EXPERIMENTAL encrypted attribute to Mojolicious::Sessions.
- Added EXPERIMENTAL encrypted_cookie and every_encrypted_cookie methods to Mojolicious::Controller.
- Added EXPERIMENTAL decrypt_cookie, encrypt_cookie and generate_secret functions to Mojo::Util.
- Fixed a bug in Mojo::Message::Request where message size limits were not always correctly applied.
(Alexander Kuehne)

Expand Down

0 comments on commit f0879f0

Please sign in to comment.