Releases: SocalNick/ScnSocialAuth
Releases · SocalNick/ScnSocialAuth
Facebook Security Fix
@WebImage reported that Facebook sometimes sends an empty emailVerified string, presumably when the user verifies their Facebook account with their phone number. Before this fix, if several users sign in with empty emailVerified string, they may get logged into the wrong account. This fix adds check for empty string and if so, throws same exception as if emailVerified was missing.
Compatibility with BjyAuthorize
This fix is long overdue. I've heard about incompatibility with https://github.com/bjyoungblood/BjyAuthorize and finally got some help from @matwright nailing down the issue.
Added Yandex support
1.11.3 Update README.md
Added VKontakte support
1.11.2 Update README.md
Added Odnoklassniki support
Merge pull request #117 from bladeofsteel/add-odnoklassniki-support Implement support of Odnoklassniki
Zfc 0.1.* and Mailru
Changed how the HybridAuth adapter is integrated with ZfcUser. Also added Mailru support thanks to @bladeofsteel
Added a 'register.post' event when registering via social provider
Merge pull request #90 from Tlapi/master Trigger register.post event after inserting new user-to-provider