Update Flex endpoint

This commit is contained in:
github-action bot
2021-09-22 13:12:29 +00:00
parent 6baa3d0e33
commit 030c77cfa8
561 changed files with 11464 additions and 11344 deletions
+24 -22
View File
@@ -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"
}
}
}