mirror of
https://github.com/symfony/recipes-contrib.git
synced 2026-09-12 23:56:29 +03:00
50 lines
2.2 KiB
JSON
50 lines
2.2 KiB
JSON
{
|
|
"locks": {
|
|
"trikoder/oauth2-bundle": {
|
|
"version": "3.0",
|
|
"recipe": {
|
|
"repo": "3.0",
|
|
"branch": "master",
|
|
"version": "3.0",
|
|
"ref": "43774de114904e86d18de0cea92f368d8e3c7499"
|
|
}
|
|
}
|
|
},
|
|
"manifests": {
|
|
"trikoder/oauth2-bundle": {
|
|
"repository": "github.com/symfony/recipes-contrib",
|
|
"package": "trikoder/oauth2-bundle",
|
|
"version": "3.0",
|
|
"manifest": {
|
|
"bundles": {
|
|
"Trikoder\\Bundle\\OAuth2Bundle\\TrikoderOAuth2Bundle": [
|
|
"all"
|
|
]
|
|
},
|
|
"copy-from-recipe": {
|
|
"config/": "%CONFIG_DIR%/"
|
|
},
|
|
"env": {
|
|
"#1": "Fallback OAuth2 encryption key",
|
|
"#2": "Please override this with a secure value: https://oauth2.thephpleague.com/installation/#string-password",
|
|
"OAUTH2_ENCRYPTION_KEY": "%generate(secret)%"
|
|
}
|
|
},
|
|
"files": {
|
|
"config/routes/trikoder_oauth2.yaml": {
|
|
"contents": "oauth2:\n resource: '@TrikoderOAuth2Bundle/Resources/config/routes.xml'\n",
|
|
"executable": false,
|
|
"encoding": ""
|
|
},
|
|
"config/packages/trikoder_oauth2.yaml": {
|
|
"contents": "trikoder_oauth2:\n\n authorization_server:\n private_key: /var/oauth/private.key # Change this\n private_key_passphrase: null # Passphrase of the private key, if any\n\n encryption_key: '%env(string:OAUTH2_ENCRYPTION_KEY)%' # (Optional) Change this\n\n resource_server:\n public_key: /var/oauth/public.key # Change this\n\n persistence:\n doctrine: null\n",
|
|
"executable": false,
|
|
"encoding": ""
|
|
}
|
|
},
|
|
"origin": "trikoder/oauth2-bundle:3.0@github.com/symfony/recipes-contrib:master",
|
|
"not_installable": false,
|
|
"is_contrib": true
|
|
}
|
|
}
|
|
} |