Skip to content

Commit

Permalink
cr review remarks
Browse files Browse the repository at this point in the history
  • Loading branch information
konradoboza committed Jul 26, 2024
1 parent 6c68aff commit 8b4a3e4
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 14 deletions.
9 changes: 2 additions & 7 deletions ibexa/commerce/5.0/config/packages/security.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -143,13 +143,6 @@ security:
custom_authenticators:
- Ibexa\Rest\Security\Authenticator\RestAuthenticator

ibexa_fragment:
pattern: ^/_fragment
user_checker: Ibexa\Core\MVC\Symfony\Security\UserChecker
provider: ibexa
custom_authenticators:
- Ibexa\PageBuilder\Security\EditorialMode\FragmentAuthenticator

ibexa_front:
pattern: ^/
provider: ibexa
Expand All @@ -160,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
9 changes: 2 additions & 7 deletions ibexa/experience/5.0/config/packages/security.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -131,13 +131,6 @@ security:
custom_authenticators:
- Ibexa\Rest\Security\Authenticator\RestAuthenticator

ibexa_fragment:
pattern: ^/_fragment
user_checker: Ibexa\Core\MVC\Symfony\Security\UserChecker
provider: ibexa
custom_authenticators:
- Ibexa\PageBuilder\Security\EditorialMode\FragmentAuthenticator

ibexa_front:
pattern: ^/
provider: ibexa
Expand All @@ -148,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 8b4a3e4

Please sign in to comment.