remove security.yaml

This commit is contained in:
nikos.sotiropoulos
2019-04-10 11:12:17 +02:00
parent 4b7f23e93b
commit 63edc13810
2 changed files with 0 additions and 23 deletions
@@ -1,22 +0,0 @@
security:
providers:
ctp:
id: Commercetools\Symfony\CustomerBundle\Security\User\UserProvider
access_control:
- { path: /user/, roles: ROLE_USER }
encoders:
Symfony\Component\Security\Core\User\User: plaintext
Commercetools\Symfony\CustomerBundle\Security\User\User: plaintext
firewalls:
main:
anonymous: ~
commercetools-login:
login_path: login
check_path: login_check
logout:
path: logout
dev:
pattern: ^/(_(profiler|wdt)|css|images|js)/
security: false
default:
anonymous: ~
@@ -1,7 +1,6 @@
{
"bundles": {
"Commercetools\\Symfony\\CtpBundle\\CtpBundle": ["all"],
"Commercetools\\Symfony\\CustomerBundle\\CustomerBundle": ["all"],
"Commercetools\\Symfony\\SetupBundle\\SetupBundle": ["dev"],
"Commercetools\\Symfony\\StateBundle\\StateBundle": ["dev"]
},