In between commit implementation securitycontroller

This commit is contained in:
Kevin Frantz
2018-09-06 16:46:33 +02:00
parent 7a859080e5
commit 0c689194a2
6 changed files with 56 additions and 22 deletions

View File

@@ -8,13 +8,16 @@ security:
entity:
class: App\Entity\User
property: username
in_memory: { memory: ~ }
#in_memory: { memory: ~ }
firewalls:
dev:
pattern: ^/(_(profiler|wdt)|css|images|js)/
security: false
main:
anonymous: true
form_login:
login_path: login
check_path: login
# activate different ways to authenticate