Releases: jeremykendall/slim-auth
Releases · jeremykendall/slim-auth
2.0.0-alpha+005
Update doc block.
2.0.0-alpha+004
Ports the 2.x bugfixes.
1.0.1
2.0.0-alpha+003
Third alpha release of Slim Auth for Slim 3.x. The API feels stable, but this is an alpha release in case I missed something big. Documentation has been updated to include all the new features.
Feedback and PRs welcome.
2.0.0-alpha+002
WARNING: This is NOT a valid alpha release.
This release targeted the wrong branch and should NOT be used.
Please use 2.0.0-alpha+003 and above instead.
2.0.0-alpha
First whack at a Slim 3.x version. Documentation has NOT been updated.
1.0.0
Slim Auth for Slim Framework v2.
0.0.7-alpha
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
0.0.6-alpha
0.0.5-alpha
Updates Password Validator dependency