PHPAuth Versions Save

PHPAuth is a secure PHP Authentication class that easily integrates into any site.

1.3.1

2 years ago

Fixes issue #517

1.3.0

2 years ago
  • PHP 7.1 minimal required
  • for methods login() and changePassword() captcha response is string now
  • removed return type from __set() method
  • Added the translation field required by the php version
  • updated text messages
  • Added in option to modify same site cookie preferences
  • updated database definition to configure the same-site cookie setting
  • cookies now secure by default
  • cookies now http-only by default
  • addSession() now return false if cookies does not set
  • Removed line to update cookie array after signing up
  • Fix syntax in postgresql dump file
  • changed info on instantiating Config.php object (in README)
  • clearing cookie on logout

1.2.1

3 years ago

In this release some improvements have been implemented.

Most functions now return a bunch of information (user_id).

1.2.0

3 years ago

PHPAuth is getting a rewrite to bring the code up to date and add more functions. So this release is v1.0.0 and will count upwards from here

###edit: Changed tag number to 1.2.0 for packagist.