-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdetails.json
59 lines (59 loc) · 1.14 KB
/
details.json
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
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
{
"uid": "oauth-pencilblue",
"name": "oauth-pencilblue",
"description": "A pencilblue plugin to authenticate with google and facebook account",
"version": "0.1.0",
"author": {
"name": "julien Rousseau",
"email": "[email protected]",
"contributors": [
{
"name": "julien Rousseau",
"email": "[email protected]"
}
]
},
"settings": [
{
"name": "google_oauth_enable",
"value": false
},
{
"name": "google_client_id",
"value": ""
},
{
"name": "google_client_secret",
"value": ""
},
{
"name": "google_oauth_wording",
"value": "Sign in with Google"
},
{
"name": "facebook_oauth_enable",
"value": false
},
{
"name": "facebook_client_id",
"value": ""
},
{
"name": "facebook_client_secret",
"value": ""
},
{
"name": "facebook_oauth_wording",
"value": "Sign in with Facebook"
}
],
"permissions": {
"ACCESS_USER": [],
"ACCESS_WRITER": [],
"ACCESS_EDITOR": [],
"ACCESS_MANAGING_EDITOR": []
},
"main_module": {
"path": "oauth.js"
}
}