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:
|
form_login:
|
||||||
login_path: login
|
login_path: login
|
||||||
check_path: login
|
check_path: login
|
||||||
|
logout:
|
||||||
|
path: /logout
|
||||||
|
target: /
|
||||||
# activate different ways to authenticate
|
# activate different ways to authenticate
|
||||||
|
|
||||||
# http_basic: true
|
# http_basic: true
|
||||||
|
@ -1,3 +1,2 @@
|
|||||||
#index:
|
logout:
|
||||||
# path: /
|
path: /logout
|
||||||
# controller: App\Controller\DefaultController::index
|
|
||||||
|
Loading…
Reference in New Issue
Block a user