Brendan Abolivier 786b6dcde5 Cleaning up and commenting | 7 年前 | |
---|---|---|
Macaroons | 7 年前 | |
lang/en | 7 年前 | |
.gitignore | 7 年前 | |
README.md | 7 年前 | |
auth.php | 7 年前 | |
config.html | 7 年前 | |
version.php | 7 年前 |
This plugin is part of a proof of concept on Macaroons I made here. It should be, however, totally usable.
The PHP implementation of Macaroons used in this plugin (which includes everything in Macaroons
) has been developped by immense.
Drop all the files in this repository to the auth
directory (at the root of your Moodle setup), in a directory named macaroons
.
In short, you can cd
to Moodle's auth
directory then run
git clone https://github.com/babolivier/moodle_macaroons macaroons
You may then need to rebuild Moodle's cache. To do so, run
php [your Moodle setup]/admin/cli/purge_caches.php
You'll then see a "Macaroons" line popping in the authentication management page in Moodle's admin panel. If you're not much familiar with this page, please head over here.
Please give a look at the plugin's settings before using it. Mandatory settings are:
All are described on the plugin's settings page.