Brendan Abolivier 660faaad35 Documented Service 1 | 8 gadus atpakaļ | |
---|---|---|
.. | ||
README.md | 8 gadus atpakaļ | |
index.php | 8 gadus atpakaļ |
This is a PHP service which authenticate an user based on their Macaroons, and only allow a teacher to access it.
It is a really simple use of immense's implementation of Macaroons.
To run it, you'll need to install the implementation's requirements. Then, you'll need composer to install it, by running composer init
and composer require immense/macaroons
in this directory.