aboutsummaryrefslogtreecommitdiff
path: root/extension.json
blob: b33fc5c15d1084d44e312c9700b09031cb6ab75a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
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
}