Aura.Auth Versions Save

Provides a unified interface to local and remote authentication systems.

4.0.2

3 years ago

This fixes the constructor parameter type in the PhpDoc comment header for the Segment class.

This will enable using static analysis tools such as PHPStan against code which uses this library.

4.0.1

4 years ago

This release fixes a bug in the default Aura.Di container configuration.

4.0.0

4 years ago

This release primarily updates Aura.Auth to be compatible with modern PHP versions. In particular, this version now uses PHPUnit 7 and later, as well as dropping support for language PHP 5 versions. It also drops support for HHVM.

2.0.1

7 years ago

2.0.0

8 years ago

First stable 2.0 release.

  • (FIX) Correct AuthFactory namespace, and add test.
  • (DOC) Additions and corrections in README.
  • (FIX) Add missing Status in AdapterInterface.

2.0.0-beta2

9 years ago
  • DOC: Updated README and docblocks.
  • CHG: PdoAdapter::buildSelectWhere() now honors the custom column name provided by the user.
  • CHG: Turn off auto-resolution in Container tests

2.0.0-beta1

9 years ago

Initial 2.0.0 beta release.