Skip to content

Releases: pixxelfactory/auth

Release 1.2.2

14 Jul 12:11

Choose a tag to compare

Add whitelisting for database fields to prevent sql-injections if the developer messes up and allows somehow to let the user decide the field names.

Release 1.2.1

11 Jul 10:25

Choose a tag to compare

Switch josantonius session library with our fork of his code, so that we can keep the namespacing equal throughout the whole project.

Release 1.2.0

08 Jul 15:15

Choose a tag to compare

Switched the cookie library with own, modified fork, introduced the usage of multiple persistence handlers.

Release 1.1.1

05 Jul 07:52

Choose a tag to compare

Adapt to that ugly sh... psr-12

Release 1.1.0

05 Jul 07:12

Choose a tag to compare

Rename AuthSessions to Persistence, this is a breaking change, you have to adapt your code:

.../AuthSession/Session() -> .../Persistence/Session()

Release 1.0.2

29 Jun 13:42

Choose a tag to compare

Add the possibility to specify conditions when logging in, for instance:

if($auth->login($username, $password, ['active' => 1])) {
    .....
}

Release 1.0.1

29 Jun 13:19

Choose a tag to compare

Initial release