mirror of
https://github.com/symfony/recipes-contrib.git
synced 2026-09-17 01:56:28 +03:00
Update Flex endpoint
This commit is contained in:
@@ -0,0 +1,50 @@
|
||||
{
|
||||
"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
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user