Przeglądaj źródła

Documenting Moodle auth plugin

Brendan Abolivier 8 lat temu
rodzic
commit
e5301fde93
Podpisane przez: Brendan Abolivier <contact@brendanabolivier.com> ID klucza GPG: 8EF1500759F70623
1 zmienionych plików z 1 dodań i 0 usunięć
  1. 1
    0
      README.md

+ 1
- 0
README.md Wyświetl plik

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