forked from Sampa/yiiauth
-
Notifications
You must be signed in to change notification settings - Fork 0
juancrobles/yiiauth
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
v.0.3 *fixed a bug with updateStatus(); *the provider and unique user id is now saved in a session upon login so you can access the info easily everywhere *so to update a users status: $session=new CHttpSession; $session->open(); $provider=$session['provider']; // get providername //$provideruser =$session['provideruser']; // get the unique user identifier $this->updateStatus($provider,"foo"); //update the status to"foo"
About
A hybridauth module for the Yii php framework
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published