0.0.7-alpha
Pre-release
Pre-release
jeremykendall
released this
26 Mar 20:58
·
20 commits
to develop
since this release
Changes
- Slim's SessionCookie middleware no longer recommended
Bootstrap
now setsZend\Authentication\Storage\Session
as default storage
BC Breaking Changes
- 302 redirect to named
login
route replaced byHttpUnauthorizedException
. Fixes #11.- Action based upon the exception is now up to the implementer
- Use of Slim's custom error handler is highly recommended
- Example available in the sample implementation's
public/index.php
- Password Validator upgraded to
3.*
- Includes BC breaking change from
3.0.0
- Details available here
- Change should have no effect on Slim Auth implementation.
- Includes BC breaking change from