Skip to content

Releases: infusephp/auth

v3.2

21 Jan 19:42

Choose a tag to compare

  • Move user registration process out of AbstractUser into new UserRegistration class
  • User registration failures now throw AuthException instead of appending to user model error stack

v3.1

05 Dec 00:05

Choose a tag to compare

  • Support PHPUnit v6

v3.0

16 Nov 14:31

Choose a tag to compare

  • Use PHP password_* methods for password hashing
  • PHP 7 only (Dropped support for PHP 5, HHVM)

v2.1.2

27 Sep 18:11

Choose a tag to compare

  • Fixed a bug that did not recover a 2FA verified session when signing in a remembered user

v2.1.1

30 Aug 16:38

Choose a tag to compare

  • Fixed TTL bug in Redis login rate limiter

v2.1

27 Aug 01:32

Choose a tag to compare

  • User invites
  • Rate limiting on username/password logins
  • Various bug fixes

v2.0

04 Aug 13:31

Choose a tag to compare

  • Refactored the library
  • Added two-factor authentication support
  • Support version 0.5 of Pulsar
  • Numerous bugfixes

v1.2.0

04 Jan 03:00

Choose a tag to compare

  • Support v1.3 of Infuse Framework

v1.1.0

08 Apr 14:49

Choose a tag to compare

  • email notifications when a user changes their password
  • support v1.2 of infuse/bootstrap and v0.4 infuse/libs
  • HHVM tested
  • rename cron function
  • tons of bugfixes

v1.0.0

25 Sep 18:46

Choose a tag to compare

Initial release!