소스 검색

Documented Service 1

Brendan Abolivier 8 년 전
부모
커밋
660faaad35
로그인 계정: Brendan Abolivier <contact@brendanabolivier.com> GPG 키 ID: 8EF1500759F70623
1개의 변경된 파일7개의 추가작업 그리고 0개의 파일을 삭제
  1. 7
    0
      service1/README.md

+ 7
- 0
service1/README.md 파일 보기

@@ -0,0 +1,7 @@
1
+# Service 1
2
+
3
+This is a PHP service which authenticate an user based on their Macaroons, and only allow a teacher to access it.
4
+
5
+It is a really simple use of [immense](https://github.com/immense/php-macaroons)'s implementation of Macaroons.
6
+
7
+To run it, you'll need to install the [implementation's requirements](https://github.com/immense/php-macaroons#requirements). Then, you'll need [composer](https://getcomposer.org/) to install it, by running `composer init` and `composer require immense/macaroons` in this directory.