We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1bcbacf commit f0879f0Copy full SHA for f0879f0
Changes
@@ -1,5 +1,12 @@
1
2
-9.39 2024-08-28
+9.39 2024-11-23
3
+ - Added EXPERIMENTAL support for encrypted session cookies.
4
+ This feature is much more secure than signed cookies and can be enabled by installing CryptX and setting the
5
+ encrypted attribute.
6
+ $app->sessions->encrypted(1);
7
+ - Added EXPERIMENTAL encrypted attribute to Mojolicious::Sessions.
8
+ - Added EXPERIMENTAL encrypted_cookie and every_encrypted_cookie methods to Mojolicious::Controller.
9
+ - Added EXPERIMENTAL decrypt_cookie, encrypt_cookie and generate_secret functions to Mojo::Util.
10
- Fixed a bug in Mojo::Message::Request where message size limits were not always correctly applied.
11
(Alexander Kuehne)
12
0 commit comments