Skip to content

Commit

Permalink
Removed next, next_graphql and simple_oauth modules as they were
Browse files Browse the repository at this point in the history
interfering with the REST API requests for opening_hours. I tried to
configure it so the oauth2 authentication method would not apply for
other endpoints other than graphql, but was unsuccessful.

Decided to skip this for now and return and look on how to enalbe
oauth authentication again on a later point.
  • Loading branch information
Dresse committed Oct 14, 2024
1 parent 659e48d commit 9016caf
Show file tree
Hide file tree
Showing 5 changed files with 0 additions and 45 deletions.
3 changes: 0 additions & 3 deletions config/sync/core.extension.yml
Original file line number Diff line number Diff line change
Expand Up @@ -130,8 +130,6 @@ module:
multiple_fields_remove_button: 0
multivalue_form_element: 0
mysql: 0
next: 0
next_graphql: 0
node: 0
openapi: 0
openapi_rest: 0
Expand Down Expand Up @@ -165,7 +163,6 @@ module:
select2: 0
serialization: 0
simple_menu_permissions: 0
simple_oauth: 0
subrequests: 0
system: 0
taxonomy: 0
Expand Down
12 changes: 0 additions & 12 deletions config/sync/next.settings.yml

This file was deleted.

10 changes: 0 additions & 10 deletions config/sync/simple_oauth.oauth2_token.bundle.access_token.yml

This file was deleted.

10 changes: 0 additions & 10 deletions config/sync/simple_oauth.oauth2_token.bundle.auth_code.yml

This file was deleted.

10 changes: 0 additions & 10 deletions config/sync/simple_oauth.oauth2_token.bundle.refresh_token.yml

This file was deleted.

0 comments on commit 9016caf

Please sign in to comment.