8000 GitHub - juancrobles/yiiauth: A hybridauth module for the Yii php framework
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

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
0