Compare commits
No commits in common. "b0d8761d7fbbdda10c7cb97b7b578dc82052602a" and "384887df2193af6c8eab5dbd3c10764788e48a6f" have entirely different histories.
b0d8761d7f
...
384887df21
|
|
@ -45,7 +45,6 @@ security:
|
|||
path: customer_logout
|
||||
target: app_home
|
||||
main:
|
||||
pattern: ^/(?!customer)
|
||||
lazy: true
|
||||
provider: app_user_provider
|
||||
form_login:
|
||||
|
|
@ -55,18 +54,6 @@ security:
|
|||
|
||||
logout:
|
||||
path: logout
|
||||
customer_global:
|
||||
pattern: ^/
|
||||
lazy: true
|
||||
provider: customer_provider
|
||||
remember_me:
|
||||
secret: '%kernel.secret%'
|
||||
lifetime: 604800 # 1 week
|
||||
path: /
|
||||
always_remember_me: false
|
||||
logout:
|
||||
path: customer_logout
|
||||
target: app_home
|
||||
# activate different ways to authenticate
|
||||
# https://symfony.com/doc/current/security.html#the-firewall
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue