As we’ve already stepped through using the userIdentity Component in Yii durring many of the preceding posts, we will use a custom method for this social login project, authenticateSocial(). As Yii uses the userIdentity component for all the authentication logic …
Read moreGigya Social Login and Yii Authentication — userIdentity & authenticateSocial()
Posted on: November 15, 2011 at 7:58 pm by admin
Gigya Social Login and Yii Authentication — the social Login Action
Posted on: November 3, 2011 at 10:36 pm by admin
Let me state at the outset that there is no default social login action included in the Yii userIdentity, and this guide does not represent the only conceivable way to do this with Yii framework. The way that seemed best …
Read moreGigya Social Login and Yii Authentication — Social Login
Posted on: October 28, 2011 at 9:37 pm by admin
Now comes the fun part. The ability to login socially is limited by what Gigya offers. So, a little explanation about what Gigya allows and requires. Also, what variables we will need to send to Gigya and what variables we …
Read moreGigya Social Login with Yii Framework Authentication — Gigya Set Up
Posted on: October 21, 2011 at 9:17 pm by admin
To save a bit of time for you, I want go through basics of setting up the Gigya API for social login. It is not hard.
You get a domain key from Gigya, then install a javascript-based widget on the
…
Gigya Social Login with Yii Framework Authentication — Gigya Users and Our Users (the basics)
Posted on: October 21, 2011 at 9:17 pm by admin
The first thing to realize when coding an application that will use the Gigya web service (or any web service) is that we have to engineer our apps to be flexible to deal with any changes that could happen. Web …
Read moreGigya Social Login and Yii Authentication — UserIdentity Component
Posted on: October 21, 2011 at 9:17 pm by admin
The way in which I set up the authentication system does not stray far from many of the concerns of the UserIdentity module in the official Yii framework documentation. I have (for now) unsalted our user accounts, leaving a one-hash …
Read more





