Skip to content

Commit

Permalink
IBX-8324: Reworked JWT editorial bearer in page builder (#128)
Browse files Browse the repository at this point in the history
* IBX-8324: Reworked JWT editorial bearer in page builder

* cr review remarks
  • Loading branch information
konradoboza authored Jul 30, 2024
1 parent fdfb7b2 commit e9befa5
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 6 deletions.
3 changes: 0 additions & 3 deletions ibexa/commerce/5.0/config/packages/ibexa_page_builder.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,3 @@
parameters:
ibexa.page_builder.token_authenticator.enabled: true

jms_translation:
configs:
page_builder:
Expand Down
2 changes: 2 additions & 0 deletions ibexa/commerce/5.0/config/packages/security.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -153,6 +153,8 @@ security:
enable_csrf: true
login_path: login
check_path: login_check
custom_authenticators:
- Ibexa\PageBuilder\Security\EditorialMode\FragmentAuthenticator
entry_point: form_login
logout:
path: logout
Expand Down
3 changes: 0 additions & 3 deletions ibexa/experience/5.0/config/packages/ibexa_page_builder.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,3 @@
parameters:
ibexa.page_builder.token_authenticator.enabled: true

jms_translation:
configs:
page_builder:
Expand Down
2 changes: 2 additions & 0 deletions ibexa/experience/5.0/config/packages/security.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -141,6 +141,8 @@ security:
enable_csrf: true
login_path: login
check_path: login_check
custom_authenticators:
- Ibexa\PageBuilder\Security\EditorialMode\FragmentAuthenticator
entry_point: form_login
logout:
path: logout
Expand Down

0 comments on commit e9befa5

Please sign in to comment.