-
Notifications
You must be signed in to change notification settings - Fork 0
/
uvdesk.api-bundle.1.2.x-dev.json
39 lines (39 loc) · 1.47 KB
/
uvdesk.api-bundle.1.2.x-dev.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
{
"manifests": {
"uvdesk/api-bundle": {
"manifest": {
"bundles": {
"Webkul\\UVDesk\\ApiBundle\\UVDeskApiBundle": [
"all"
]
},
"copy-from-recipe": {
"config/": "%CONFIG_DIR%"
}
},
"files": {
"config/packages/security.yaml": {
"contents": [
"security:",
" providers:",
" uv_api_credentials:",
" id: Webkul\\UVDesk\\ApiBundle\\Providers\\ApiCredentials",
" ",
" firewalls:",
" uvdesk_api:",
" pattern: /api",
" anonymous: true",
" provider: uv_api_credentials",
"",
" guard:",
" authenticators: ",
" Webkul\\UVDesk\\ApiBundle\\Security\\Guards\\APIGuard: Webkul\\UVDesk\\ApiBundle\\Security\\Guards\\APIGuard",
""
],
"executable": false
}
},
"ref": "b27b28c113f490c3a79cfa9feac8bc7d4673dc31"
}
}
}