Support for authentication
This commit is contained in:
9
main/mashape/auth/HeaderAuth.php
Normal file
9
main/mashape/auth/HeaderAuth.php
Normal file
@@ -0,0 +1,9 @@
|
||||
<?php
|
||||
require_once(dirname(__FILE__) . "/Auth.php");
|
||||
|
||||
abstract class HeaderAuth implements Auth {
|
||||
public function handleParams() {
|
||||
return null;
|
||||
}
|
||||
}
|
||||
?>
|
||||
Reference in New Issue
Block a user