]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - lib/right.php
Extend authorization framework to cover login and API use
[quix0rs-gnu-social.git] / lib / right.php
index d144b21ae98469595f24c84ffc8dff47ae9e66f3..baa18d3c13606b011cc6ea96e6b924065bccb0e0 100644 (file)
@@ -66,5 +66,7 @@ class Right
     const DELETEACCOUNT      = 'deleteaccount';
     const MOVEACCOUNT        = 'moveaccount';
     const CREATEGROUP        = 'creategroup';
+    const WEBLOGIN           = 'weblogin';
+    const API                = 'api';
 }