Skip to content

Releases: jeremykendall/slim-auth

2.0.0-alpha+005

23 Jan 15:18
Compare
Choose a tag to compare
2.0.0-alpha+005 Pre-release
Pre-release
Update doc block.

2.0.0-alpha+004

18 Jan 17:01
Compare
Choose a tag to compare
2.0.0-alpha+004 Pre-release
Pre-release

Ports the 2.x bugfixes.

1.0.1

18 Jan 16:59
Compare
Choose a tag to compare
  • Removes ./bin (fixes #26)
  • Specifies PHP 5.3 versions of ZF dependencies (fixes #29)

2.0.0-alpha+003

04 Jan 20:29
Compare
Choose a tag to compare
2.0.0-alpha+003 Pre-release
Pre-release

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

04 Jan 18:53
Compare
Choose a tag to compare
2.0.0-alpha+002 Pre-release
Pre-release

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

03 Jan 18:39
Compare
Choose a tag to compare
2.0.0-alpha Pre-release
Pre-release

First whack at a Slim 3.x version. Documentation has NOT been updated.

1.0.0

03 Jan 05:52
Compare
Choose a tag to compare

Slim Auth for Slim Framework v2.

0.0.7-alpha

26 Mar 20:58
Compare
Choose a tag to compare
0.0.7-alpha Pre-release
Pre-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.

0.0.6-alpha

25 Mar 14:04
Compare
Choose a tag to compare
0.0.6-alpha Pre-release
Pre-release
  • Updates documentation
  • Updates dependencies
  • Swaps type hint implementations for interfaces wherever possible
  • Fixes #5, #8, and #13

0.0.5-alpha

14 Mar 15:59
Compare
Choose a tag to compare
0.0.5-alpha Pre-release
Pre-release

Updates Password Validator dependency