mirror of
https://github.com/kevinveenbirkenbach/infinito.git
synced 2025-01-09 22:17:26 +01:00
Added logout function
This commit is contained in:
parent
c51bf2c75b
commit
2e3cd98640
@ -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
|
||||
|
@ -1,3 +1,2 @@
|
||||
#index:
|
||||
# path: /
|
||||
# controller: App\Controller\DefaultController::index
|
||||
logout:
|
||||
path: /logout
|
||||
|
Loading…
Reference in New Issue
Block a user