2021-05-05 569次浏览

cookies包的次要版本发布了:

  • Add the Yiisoft\Cookies\CookieEncryptor class to encrypt the value of the cookie and verify that it is tampered.
  • Add the Yiisoft\Cookies\CookieSigner class to sign the value of the cookie and verify that it is tampered.
  • Add the Yiisoft\Cookies\CookieMiddleware class to encrypt/sign the value of the cookie and verify that it is tampered.