aboutsummaryrefslogtreecommitdiff
path: root/extension.json
diff options
context:
space:
mode:
authorDavid Mudrák <david@moodle.com>2017-09-28 14:04:22 +0200
committerDavid Mudrák <david@moodle.com>2017-09-28 14:04:22 +0200
commita94afb1febd3f982a5e1ec0bedb1cb4985023496 (patch)
tree07a292226c83a7ef57f7cc6b83bec67523c69b45 /extension.json
parentc597efe65011d3a89bd2751882e9de691846734e (diff)
downloadAuthMinetest-a94afb1febd3f982a5e1ec0bedb1cb4985023496.tar.gz
AuthMinetest-a94afb1febd3f982a5e1ec0bedb1cb4985023496.tar.bz2
AuthMinetest-a94afb1febd3f982a5e1ec0bedb1cb4985023496.zip
Initial implementation
Diffstat (limited to 'extension.json')
-rw-r--r--extension.json15
1 files changed, 15 insertions, 0 deletions
diff --git a/extension.json b/extension.json
new file mode 100644
index 0000000..7fba642
--- /dev/null
+++ b/extension.json
@@ -0,0 +1,15 @@
+{
+ "name": "AuthMoodle",
+ "version": "1.0.0-beta",
+ "author": [
+ "David Mudrák"
+ ],
+ "url": "https://github.com/moodlehq/mediawiki-authmoodle",
+ "description": "Extension for MediaWiki allowing to authenticate users against Moodle database via mobile app services"
+ "license-name": "GPL-3.0+",
+ "type": "auth",
+ "AutoloadClasses": {
+ "MediaWiki\\Auth\\MoodlePasswordPrimaryAuthenticationProvider": "MoodlePasswordPrimaryAuthenticationProvider.php"
+ },
+ "manifest_version": 1
+}