Skip to content

Commit

Permalink
Updated the openapi.json and generated an updated cms-api package.
Browse files Browse the repository at this point in the history
  • Loading branch information
Dresse committed Oct 14, 2024
1 parent 9016caf commit e8d9acd
Show file tree
Hide file tree
Showing 7 changed files with 0 additions and 39 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,4 @@ settings:
consumer:
handler: 'default:consumer'
handler_settings: { }
oauth2_token:
handler: 'default:oauth2_token'
handler_settings: { }
field_type: dynamic_entity_reference
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,4 @@ settings:
consumer:
handler: 'default:consumer'
handler_settings: { }
oauth2_token:
handler: 'default:oauth2_token'
handler_settings: { }
field_type: dynamic_entity_reference
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,4 @@ settings:
consumer:
handler: 'default:consumer'
handler_settings: { }
oauth2_token:
handler: 'default:oauth2_token'
handler_settings: { }
field_type: dynamic_entity_reference
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,4 @@ settings:
consumer:
handler: 'default:consumer'
handler_settings: { }
oauth2_token:
handler: 'default:oauth2_token'
handler_settings: { }
field_type: dynamic_entity_reference
11 changes: 0 additions & 11 deletions config/sync/simple_oauth.settings.yml

This file was deleted.

9 changes: 0 additions & 9 deletions openapi.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,6 @@
"basic_auth": {
"type": "basic"
},
"oauth2": {
"type": "oauth2",
"flow": "accessCode",
"authorizationUrl": "http://varnish:8080/oauth/authorize",
"tokenUrl": "http://varnish:8080/oauth/token"
},
"csrf_token": {
"type": "apiKey",
"name": "X-CSRF-Token",
Expand All @@ -29,9 +23,6 @@
{
"basic_auth": []
},
{
"oauth2": []
},
{
"csrf_token": []
}
Expand Down
7 changes: 0 additions & 7 deletions packages/cms-api/README.md

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit e8d9acd

Please sign in to comment.