SleepWalker / hoauth

yii-hoauth provides simple integration with social network authorisation lib Hybridauth in Yii.
Other
59 stars 35 forks source link

How does it connect with yii-user #32

Closed trbsi closed 10 years ago

trbsi commented 11 years ago

I saw hoauth has it's own database "user_oauth" I'm wondering how it can connect with yii-user if their table are different. If I'm taking user ID from yii-user table, I guess it's not the same as one from "user_oauth"

SleepWalker commented 11 years ago

hoauth uses priimary key of users from the User table of yii-user extension. In user_oauth is stored only authentication information from social network.