Releases: ADmad/CakePHP-HybridAuth
Releases · ADmad/CakePHP-HybridAuth
4.2.0
- Add a login event for login counter and flash message for login success. #120
4.1.1
Updated Hybridauth version to ^2.9.1.
Fixes an issue with Facebook login.
4.1.0
- Add support for CakePHP 3.4's
redirect
query string param for redirection after login.
4.0.5
- Update hybridauth version.
1.0.1
- Update hybridauth version
4.0.4
- Fix bug where custom finder was not being used (#74)
4.0.3
- Fix bug when provider provider did not contain email.
4.0.2
- Improved README
- Removed foreignkey constraint from migrations file.
4.0.1
- Allow profiles table's foreign key field to be configurable.
4.0.0
- Multiple social profiles per user.
- Social login now initiated using GET request instead of POST.