Files
symfony-flex-recipes-contrib/hwi.oauth-bundle.0.6.json
T
github-action botandgithub-action bot 7d78e147a4 Update Flex endpoint
2021-09-20 16:37:35 +00:00

65 lines
3.6 KiB
JSON

{
"locks": {
"hwi/oauth-bundle": {
"version": "0.6",
"recipe": {
"repo": "0.6",
"branch": "master",
"version": "0.6",
"ref": "18ce21f16066cccfa0803c9e846a2e4f4bec92ab"
}
}
},
"manifests": {
"hwi/oauth-bundle": {
"repository": "github.com/symfony/recipes-contrib",
"package": "hwi/oauth-bundle",
"version": "0.6",
"manifest": {
"bundles": {
"HWI\\Bundle\\OAuthBundle\\HWIOAuthBundle": [
"all"
]
},
"copy-from-recipe": {
"config/": "%CONFIG_DIR%/"
},
"env": {
"FB_ID": "",
"FB_SECRET": ""
},
"post-install-output": [
" * <fg=blue>Configure</> your application:",
" 1. Add firewall by adding <comment>- main:",
" anonymous: true",
" oauth:",
" resource_owners:",
" my_github: \"/login/check-github\"",
" login_path: /login",
" use_forward: false",
" failure_path: /login",
"",
" oauth_user_provider:",
" service: hwi_oauth.user.provider",
"</> in your security firewalls section.",
"",
" * <fg=blue>Read</> the documentation at <comment>https://github.com/hwi/HWIOAuthBundle/blob/master/Resources/doc/3-configuring_the_security_layer.md</>"
]
},
"files": {
"config/routes/hwi_oauth_routing.yaml": {
"contents": "hwi_oauth_redirect:\n resource: \"@HWIOAuthBundle/Resources/config/routing/redirect.xml\"\n prefix: /connect\n\nhwi_oauth_connect:\n resource: \"@HWIOAuthBundle/Resources/config/routing/connect.xml\"\n prefix: /connect\n\nhwi_oauth_login:\n resource: \"@HWIOAuthBundle/Resources/config/routing/login.xml\"\n prefix: /login\n",
"executable": false,
"encoding": ""
},
"config/packages/hwi_oauth.yaml": {
"contents": "hwi_oauth:\n # list of names of the firewalls in which this bundle is active, this setting MUST be set\n firewall_names: [main]\n\n # https://github.com/hwi/HWIOAuthBundle/blob/master/Resources/doc/2-configuring_resource_owners.md\n resource_owners:\n facebook:\n type: facebook\n client_id: '%env(FB_ID)%'\n client_secret: '%env(FB_SECRET)%'\n scope: \"email\"\n options:\n display: popup\n csrf: true\n",
"executable": false,
"encoding": ""
}
},
"origin": "hwi/oauth-bundle:0.6@github.com/symfony/recipes-contrib:master",
"is_contrib": true
}
}
}