Brendan Abolivier c18f381a79 Supporting change in authentication | 7 лет назад | |
---|---|---|
.. | ||
README.md | 7 лет назад | |
index.php | 7 лет назад |
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 the said implementation. Once composer has been set up, you can install the Macaroons implementation by running composer init
and composer require immense/macaroons
in this directory.