Skip to content
forked from Sampa/yiiauth

A hybridauth module for the Yii php framework

Notifications You must be signed in to change notification settings

juancrobles/yiiauth

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 

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

No packages published