feat: remove remember me functionality

This commit is contained in:
Björn Fromme
2025-03-23 10:43:19 +01:00
parent 7f83e16a48
commit 0805c071a0
2 changed files with 1 additions and 16 deletions
-5
View File
@@ -24,11 +24,6 @@ security:
logout:
path: app_logout
target: app_login
remember_me:
secret: '%kernel.secret%'
lifetime: 604800
token_provider:
doctrine: true
# Easy way to control access for large sections of your site
# Note: Only the *first* access control that matches will be used