Explorar el Código

Documenting Moodle auth plugin

Brendan Abolivier hace 8 años
padre
commit
e5301fde93
Firmado por: Brendan Abolivier <contact@brendanabolivier.com> ID clave GPG: 8EF1500759F70623
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. 1
    0
      README.md

+ 1
- 0
README.md Ver fichero

@@ -22,6 +22,7 @@ At the time this file was written, the repository contains the following directo
22 22
 	* If the user authed on `/`, they will have the "student" status.
23 23
 	* If the user authed on `/teacher`, they will have the "teacher" status.
24 24
 * `service1` is a PHP service which authenticate an user based on their Macaroons, and only allow a teacher to access it.
25
+* `moodle_macaroons` is an authentication plugin for Moodle, a service actually used in schools' infrastructures, using Macaroons generated by `auth` (at least it's limited to this when I'm writing these lines).
25 26
 
26 27
 Please keep in mind that, although this might not a very impressive use of Macaroons, it is still a work in progress.
27 28