Skip to content

Releases: SocalNick/ScnSocialAuth

Facebook Security Fix

07 Feb 17:15
Compare
Choose a tag to compare

@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

14 Jan 17:32
Compare
Choose a tag to compare

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

02 Dec 19:55
Compare
Choose a tag to compare
1.11.3

Update README.md

Added VKontakte support

02 Dec 19:36
Compare
Choose a tag to compare
1.11.2

Update README.md

Added Odnoklassniki support

02 Dec 17:48
Compare
Choose a tag to compare
Merge pull request #117 from bladeofsteel/add-odnoklassniki-support

Implement support of Odnoklassniki

Zfc 0.1.* and Mailru

26 Nov 19:20
Compare
Choose a tag to compare

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

29 Jul 18:06
Compare
Choose a tag to compare
Merge pull request #90 from Tlapi/master

Trigger register.post event after inserting new user-to-provider