Initial commit

This commit is contained in:
2024-10-27 16:22:14 +01:00
parent ba22c670ee
commit e2e63bcfd5
52 changed files with 18954 additions and 10 deletions

View File

@@ -10,6 +10,10 @@ security:
pattern: ^/(_(profiler|wdt)|css|images|js)/
security: false
main:
form_login:
login_path: app_login
check_path: app_login
enable_csrf: true
lazy: true
provider: users_in_memory
@@ -22,6 +26,7 @@ security:
# Easy way to control access for large sections of your site
# Note: Only the *first* access control that matches will be used
access_control:
- { path: ^/$, roles: ROLE_USER }
# - { path: ^/admin, roles: ROLE_ADMIN }
# - { path: ^/profile, roles: ROLE_USER }