MagiBlog – Insights about Digital MarketingSubscribe to our RSS feed

Gigya Social Login and Yii Authentication — userIdentity & authenticateSocial()

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 more

Tags:api, custom programming, open source, professional web development, secure authentication, Web Development, web development agency, website development, yii, yii framework

Gigya Social Login and Yii Authentication — the social Login Action

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 more

Tags:api, custom programming, open source, professional web development, secure authentication, Web Development, web development agency, website development, yii, yii framework

Gigya Social Login and Yii Authentication — Social Login

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 more

Tags:api, custom programming, open source, professional web development, secure authentication, Web Development, web development agency, website development, yii, yii framework

Gigya Social Login with Yii Framework Authentication — Gigya Set Up

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

Read more

Tags:api, custom programming, open source, professional web development, secure authentication, Web Development, web development agency, website development, yii, yii framework

Yii Framework..Gigya Users and Our Users (the basics)

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 more

Tags:api, custom programming, open source, professional web development, secure authentication, Web Development, web development agency, website development, yii, yii framework

Yii Authentication — UserIdentity Component Series

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

Tags:api, custom programming, open source, professional web development, secure authentication, Web Development, web development agency, website development, yii, yii framework