Files
symfony-flex-recipes-contrib/trikoder.oauth2-bundle.2.0.json
T
github-action botandgithub-action bot 7fa28e54e3 Update Flex endpoint
2021-09-19 15:44:29 +00:00

50 lines
2.2 KiB
JSON

{
"locks": {
"trikoder/oauth2-bundle": {
"version": "2.0",
"recipe": {
"repo": "2.0",
"branch": "master",
"version": "2.0",
"ref": "d572e3632e6dfcabba3e81da5092b6b1b4f660c1"
}
}
},
"manifests": {
"trikoder/oauth2-bundle": {
"repository": "github.com/symfony/recipes-contrib",
"package": "trikoder/oauth2-bundle",
"version": "2.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:2.0@github.com/symfony/recipes-contrib:master",
"not_installable": false,
"is_contrib": true
}
}
}