aboutsummaryrefslogtreecommitdiff
path: root/extension.json
diff options
context:
space:
mode:
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
+}