|
@@ -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
|
|