Initial commit of Session/Authentication code
Plugin architecture with single Database-backed implementation.
This commit is contained in:
11
source/lib/SihnonFramework/Auth/IUser.class.php
Normal file
11
source/lib/SihnonFramework/Auth/IUser.class.php
Normal file
@@ -0,0 +1,11 @@
|
||||
<?php
|
||||
|
||||
interface SihnonFramework_Auth_IUser {
|
||||
|
||||
public function username();
|
||||
|
||||
public function checkPassword($password);
|
||||
|
||||
}
|
||||
|
||||
?>
|
||||
Reference in New Issue
Block a user