fix: remove rememberme token since incompatible with bpn authenticator

This commit is contained in:
Björn Fromme
2025-01-29 15:57:19 +01:00
parent 5cb05b27f9
commit 5189759f86
2 changed files with 0 additions and 13 deletions
-5
View File
@@ -26,11 +26,6 @@ security:
logout:
path: app_security_logout
target: app_security_login
remember_me:
secret: '%kernel.secret%'
lifetime: 604800
token_provider:
doctrine: true
access_control:
- { path: '^/_uploader', roles: ROLE_USER, requires_channel: https }
- { path: '^/', roles: PUBLIC_ACCESS, requires_channel: https }