Skip to content

0.0.7-alpha

Pre-release
Pre-release
Compare
Choose a tag to compare
@jeremykendall jeremykendall released this 26 Mar 20:58
· 20 commits to develop since this release

Changes

  • Slim's SessionCookie middleware no longer recommended
  • Bootstrap now sets Zend\Authentication\Storage\Session as default storage

BC Breaking Changes

  • 302 redirect to named login route replaced by HttpUnauthorizedException. 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.