summaryrefslogtreecommitdiff
path: root/lib/apibareauth.php
diff options
context:
space:
mode:
Diffstat (limited to 'lib/apibareauth.php')
-rw-r--r--lib/apibareauth.php11
1 files changed, 11 insertions, 0 deletions
diff --git a/lib/apibareauth.php b/lib/apibareauth.php
index 8921cddca..a99d450ec 100644
--- a/lib/apibareauth.php
+++ b/lib/apibareauth.php
@@ -35,6 +35,17 @@ if (!defined('STATUSNET')) {
require_once INSTALLDIR.'/lib/apiauth.php';
+/**
+ * Actions extending this class will require auth unless a target
+ * user ID has been specified
+ *
+ * @category API
+ * @package StatusNet
+ * @author Zach Copley <zach@status.net>
+ * @license http://www.fsf.org/licensing/licenses/agpl-3.0.html GNU Affero General Public License version 3.0
+ * @link http://status.net/
+ */
+
class ApiBareAuthAction extends ApiAuthAction
{
/**