Releases: pixxelfactory/auth
Releases · pixxelfactory/auth
Release 1.2.2
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
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
Switched the cookie library with own, modified fork, introduced the usage of multiple persistence handlers.
Release 1.1.1
Adapt to that ugly sh... psr-12
Release 1.1.0
Rename AuthSessions to Persistence, this is a breaking change, you have to adapt your code:
.../AuthSession/Session() -> .../Persistence/Session()
Release 1.0.2
Add the possibility to specify conditions when logging in, for instance:
if($auth->login($username, $password, ['active' => 1])) {
.....
}
Release 1.0.1
Initial release