slimphp / Slim

Slim is a PHP micro framework that helps you quickly write simple yet powerful web applications and APIs.
http://slimframework.com
MIT License
11.98k stars 1.95k forks source link

Remove encryption from core #1067

Closed codeguy closed 9 years ago

codeguy commented 9 years ago

Remove encryption from core and remove Zend/Crypt as a hard requirement. We can move encryption into an optional middleware that can act on cookies, session, or both. As requested by @akrabat at https://github.com/slimphp/Slim/issues/1049#issuecomment-77864579

codeguy commented 9 years ago

Done https://github.com/slimphp/Slim/commit/2fac030d415ce89a005b3bbdad31ca1721411bc9