|
@@ -24,3 +24,7 @@ At the time this file was written, the repository contains the following directo
|
24
|
24
|
* `service1` is a PHP service which authenticate an user based on their Macaroons, and only allow a teacher to access it.
|
25
|
25
|
|
26
|
26
|
Please keep in mind that, although this might not a very impressive use of Macaroons, it is still a work in progress.
|
|
27
|
+
|
|
28
|
+## Try it out
|
|
29
|
+
|
|
30
|
+For now (not sure it'll last), you can try the whole thing at https://ent.brendanabolivier.com/, by adding the desired service in the URI (`/auth` for the authentication server, `/service1` for the PHP service).
|