Added logout function

This commit is contained in:
Kevin Frantz 2018-09-12 19:28:39 +02:00
parent c51bf2c75b
commit 2e3cd98640
2 changed files with 5 additions and 4 deletions

View File

@ -18,7 +18,9 @@ security:
form_login:
login_path: login
check_path: login
logout:
path: /logout
target: /
# activate different ways to authenticate
# http_basic: true

View File

@ -1,3 +1,2 @@
#index:
# path: /
# controller: App\Controller\DefaultController::index
logout:
path: /logout