-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathplugin.json
More file actions
35 lines (35 loc) · 855 Bytes
/
plugin.json
File metadata and controls
35 lines (35 loc) · 855 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
{
"name": "OAuth2",
"description": "Provide secure access to the Matomo API using scoped permissions. No static credentials.",
"version": "5.0.0",
"theme": false,
"require": {
"php": ">=8.1.0",
"matomo": ">=5.0.0-b1,<6.0.0-b1"
},
"authors": [
{
"name": "Matomo",
"email": "hello@matomo.org",
"homepage": "https://matomo.org"
}
],
"support": {
"email": "hello@matomo.org",
"issues": "https://github.com/matomo-org/plugin-OAuth2/issues",
"forum": "https://forum.matomo.org",
"source": "https://github.com/matomo-org/plugin-OAuth2",
"wiki": "https://github.com/matomo-org/plugin-OAuth2/wiki"
},
"homepage": "",
"license": "GPL v3+",
"keywords": [
"oauth2",
"oauth 2",
"oauth 2.0",
"authorization",
"token",
"bearer token"
],
"category": "security"
}