Function auth_create
Create Authentication object This function is overwritable from the custom helpers/auth_helper.php
		Package: PHPLucidFrame\Core
Copyright: Copyright (c), PHPLucidFrame.
License: MIT License This source file is subject to the MIT license that is bundled with this source code in the file LICENSE
Author: Sithu sithu@phplucidframe.com
Located at helpers/auth_helper.php
	
	Copyright: Copyright (c), PHPLucidFrame.
License: MIT License This source file is subject to the MIT license that is bundled with this source code in the file LICENSE
Author: Sithu sithu@phplucidframe.com
Located at helpers/auth_helper.php
| string | $id | PK value | 
| object | $data = null | The user data object (optional). If it is not given, auth_create will load it from db | 
| 
			object
		 | The authenticated user object or FALSE on failure |