hoauth
hoauth copied to clipboard
yii-hoauth provides simple integration with social network authorisation lib Hybridauth in Yii.
First when trying to integrate with facebook I got errors for missing User mode properties: - fname - lname - gender - birthday - acc_status After I added them to...
Scenario: Let's say user has 2 gmail accounts [email protected] and [email protected] First he logs on the site. It will create the user normally . It logs out and logs back...
This will allow simple installation outside of my application's path. Let me know if you need a sample composer.json and I will do a pull request.
From what I see in the code the `hoauthProcessUser` hasn't the user profile in its params but if the user is new or not. On the other side the `processUser`...
When CSRF is enabled on the site the installation process fail. I think that the CSRF token is not send along with the other data in the POST request. But...