Browse Source

Try't out yo

Brendan Abolivier 7 years ago
parent
commit
e321d61e5a
Signed by: Brendan Abolivier <contact@brendanabolivier.com> GPG key ID: 8EF1500759F70623
1 changed files with 4 additions and 0 deletions
  1. 4
    0
      README.md

+ 4
- 0
README.md View File

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