Skip to content

Releases: krytenuk/doctrine-auth

Database changes

12 Apr 18:38
Compare
Choose a tag to compare

Changed auto generated id's to unsigned int (may break database)
Changed type hint for PasswordReminder::setDateCreated() to DateTimeInterface

Fixed command line error when no encryption set

22 May 19:23
Compare
Choose a tag to compare

Fixed command line error when no encryption set
Changed email/sms code type to string

Fixed Google 2FA bug

22 May 19:25
Compare
Choose a tag to compare

Fixed bug where Google 2FA did not work with leading zero

Fixed bug with selecting Google 2FA

22 May 08:45
Compare
Choose a tag to compare
0.3.1

Fixed bug with selecting Google 2FA

Added two factor authentication

22 May 08:23
Compare
Choose a tag to compare
0.3.0

Fixed git merge error

0.2.3

11 Feb 21:13
Compare
Choose a tag to compare

Updated dependancy versions

0.2.2

26 Dec 19:46
Compare
Choose a tag to compare

Allow passwords to be null

0.2.1

26 Dec 19:00
Compare
Choose a tag to compare

Changed user active to accept boolean or integer value
Added user active getter so Doctrine object and Laminas class methods hydration work correctly

0.2.0

26 Dec 10:18
Compare
Choose a tag to compare

Changed BaseUsers entity nullable annotation to false in emailAddress and password fields
Now compatable with PHP 8.0 & 8.1
Changed abandoned Container Interop package for PSR Container

0.1.17: Changed requirement to PHP 7.1 or greater

06 Nov 20:52
Compare
Choose a tag to compare

Changed requirement to PHP 7.1 or greater
Added PHP 7 type hinting to doctrine entities
Fixed auto-login after registration bug
Refactored code to improve readability and performance