Minor version of cookies package released:
- Add the
Yiisoft\Cookies\CookieEncryptorclass to encrypt the value of the cookie and verify that it is tampered. - Add the
Yiisoft\Cookies\CookieSignerclass to sign the value of the cookie and verify that it is tampered. - Add the
Yiisoft\Cookies\CookieMiddlewareclass to encrypt/sign the value of the cookie and verify that it is tampered.