Kaynağa Gözat

Documenting Moodle auth plugin

Brendan Abolivier 8 yıl önce
ebeveyn
işleme
e5301fde93
İmzalayan: Brendan Abolivier <contact@brendanabolivier.com> GPC anahtar kimliği: 8EF1500759F70623
1 değiştirilmiş dosya ile 1 ekleme ve 0 silme
  1. 1
    0
      README.md

+ 1
- 0
README.md Dosyayı Görüntüle

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