Skip to content

Releases: CakeDC/users

8.3.0

01 Mar 11:48
e12588d
Compare
Choose a tag to compare
  • Bootstrap don't need to listen for EVENT_FAILED_SOCIAL_LOGIN

8.2.1

26 Feb 11:22
4fa7e13
Compare
Choose a tag to compare
  • Fix scope in facebook social login

8.2.0 with cakephp 3.7

21 Feb 17:38
Compare
Choose a tag to compare
  • Removed deprecations for CakePHP 3.7
  • Required cakephp ^3.7

8.1.0

11 Feb 10:59
0b52456
Compare
Choose a tag to compare
  • Added support to Yubico U2F for Two-Factor Authentication

8.0.3

18 Jan 11:42
Compare
Choose a tag to compare
  • Updated to latest version of Google OAuth
  • Added plugin object
  • Fixed action changePassword to work with post or put request

8.0.2

16 Nov 11:46
b23bf09
Compare
Choose a tag to compare
  • Add default role for users registered via social login

8.0.1

15 Nov 17:14
989873e
Compare
Choose a tag to compare
  • Fix 2fa link querystring

8.0.0

13 Nov 09:50
3570ad2
Compare
Choose a tag to compare
  • Added new events Users.Component.UsersAuth.onExpiredToken and Users.Component.UsersAuth.afterResendTokenValidation
  • Added 2 factor authentication checkers to allow customization
  • Added Mapper classes to social auth services as a way to generalize url/avatar retrieval
  • Fix issues with recent changes in Facebook API
  • Added new translations
  • Improved customization options for recaptcha integration

7.0.2

20 Jun 08:50
2fc40f2
Compare
Choose a tag to compare
  • Fixed an issue with 2FA only working on the second try

7.0.1

13 Jun 13:18
de13b7e
Compare
Choose a tag to compare
  • Fixed a security issue in 2 factor authentication, reported by @ndm2
  • Updated to cakedc/auth ^3.0
  • Documentation fixes