Browse Source

Updated description in auth.php

Brendan Abolivier 8 years ago
parent
commit
b193bdfe71
1 changed files with 3 additions and 1 deletions
  1. 3
    1
      auth.php

+ 3
- 1
auth.php View File

15
 // along with Moodle.  If not, see <http://www.gnu.org/licenses/>.
15
 // along with Moodle.  If not, see <http://www.gnu.org/licenses/>.
16
 
16
 
17
 /**
17
 /**
18
- * Anobody can login with any password.
18
+ * Authentication plugin: Macaroons
19
+ *
20
+ * Macaroons: Cookies with Contextual Caveats for Decentralized Authorization
19
  *
21
  *
20
  * @package auth_macaroons
22
  * @package auth_macaroons
21
  * @author Brendan Abolivier
23
  * @author Brendan Abolivier