mirror of
https://github.com/symfony/recipes-contrib.git
synced 2026-09-15 09:06:27 +03:00
Update Flex endpoint
This commit is contained in:
@@ -1,20 +1,6 @@
|
||||
{
|
||||
"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": [
|
||||
@@ -52,18 +38,34 @@
|
||||
},
|
||||
"files": {
|
||||
"config/routes/trikoder_oauth2.yaml": {
|
||||
"contents": "oauth2:\n resource: '@TrikoderOAuth2Bundle/Resources/config/routes.xml'\n",
|
||||
"executable": false,
|
||||
"encoding": ""
|
||||
"contents": [
|
||||
"oauth2:",
|
||||
" resource: '@TrikoderOAuth2Bundle/Resources/config/routes.xml'",
|
||||
""
|
||||
],
|
||||
"executable": false
|
||||
},
|
||||
"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": ""
|
||||
"contents": [
|
||||
"trikoder_oauth2:",
|
||||
"",
|
||||
" authorization_server:",
|
||||
" private_key: /var/oauth/private.key # Change this",
|
||||
" private_key_passphrase: null # Passphrase of the private key, if any",
|
||||
"",
|
||||
" encryption_key: '%env(string:OAUTH2_ENCRYPTION_KEY)%' # (Optional) Change this",
|
||||
"",
|
||||
" resource_server:",
|
||||
" public_key: /var/oauth/public.key # Change this",
|
||||
"",
|
||||
" persistence:",
|
||||
" doctrine: null",
|
||||
""
|
||||
],
|
||||
"executable": false
|
||||
}
|
||||
},
|
||||
"origin": "trikoder/oauth2-bundle:2.0@github.com/symfony/recipes-contrib:master",
|
||||
"is_contrib": true
|
||||
"ref": "d572e3632e6dfcabba3e81da5092b6b1b4f660c1"
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user