Todo List
Auth | --Auth_Anonymous
This class provides anonymous authentication if username and password were not supplied
[line 57]
[line 64]
void Auth_Anonymous( string $storageDriver, [mixed $options = ''], [string $loginFunction = ''], [boolean $showLogin = true])
Set up the storage driver.
void forceLogin( )
Calling this function forces the user to provide a real username and password before continuing.