hoauth icon indicating copy to clipboard operation
hoauth copied to clipboard

yii-hoauth provides simple integration with social network authorisation lib Hybridauth in Yii.

Results 15 hoauth issues
Sort by recently updated
recently updated
newest added

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...

enhancement

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...

enhancement

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.

enhancement

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`...

enhancement

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...

enhancement