2026-03-04 21:52:29 +01:00
|
|
|
security:
|
|
|
|
|
password_hashers:
|
|
|
|
|
Symfony\Component\Security\Core\User\PasswordAuthenticatedUserInterface: 'auto'
|
|
|
|
|
|
|
|
|
|
providers:
|
Add application source code, configs and assets
- Controllers, Entity, Repository, Services, Twig extensions
- Templates (account, emails, home, legal, security, unsubscribe)
- Symfony config updates (bundles, security, framework, services)
- Vite + Bun setup with PostCSS
- Caddy config, CLAUDE.md, README
- Update .gitignore (node_modules, .idea, cert)
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-03-18 20:16:01 +01:00
|
|
|
app_user_provider:
|
|
|
|
|
entity:
|
|
|
|
|
class: App\Entity\User
|
|
|
|
|
property: email
|
2026-03-04 21:52:29 +01:00
|
|
|
|
|
|
|
|
firewalls:
|
|
|
|
|
dev:
|
|
|
|
|
pattern: ^/(_profiler|_wdt|assets|build)/
|
|
|
|
|
security: false
|
|
|
|
|
main:
|
|
|
|
|
lazy: true
|
Add application source code, configs and assets
- Controllers, Entity, Repository, Services, Twig extensions
- Templates (account, emails, home, legal, security, unsubscribe)
- Symfony config updates (bundles, security, framework, services)
- Vite + Bun setup with PostCSS
- Caddy config, CLAUDE.md, README
- Update .gitignore (node_modules, .idea, cert)
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-03-18 20:16:01 +01:00
|
|
|
provider: app_user_provider
|
|
|
|
|
form_login:
|
|
|
|
|
login_path: app_login
|
|
|
|
|
check_path: app_login
|
|
|
|
|
enable_csrf: true
|
|
|
|
|
logout:
|
|
|
|
|
path: app_logout
|
|
|
|
|
target: app_home
|
2026-03-04 21:52:29 +01:00
|
|
|
|
|
|
|
|
access_control:
|
Add application source code, configs and assets
- Controllers, Entity, Repository, Services, Twig extensions
- Templates (account, emails, home, legal, security, unsubscribe)
- Symfony config updates (bundles, security, framework, services)
- Vite + Bun setup with PostCSS
- Caddy config, CLAUDE.md, README
- Update .gitignore (node_modules, .idea, cert)
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-03-18 20:16:01 +01:00
|
|
|
- { path: ^/mon-compte, roles: ROLE_USER }
|
2026-03-04 21:52:29 +01:00
|
|
|
|
|
|
|
|
when@test:
|
|
|
|
|
security:
|
|
|
|
|
password_hashers:
|
|
|
|
|
Symfony\Component\Security\Core\User\PasswordAuthenticatedUserInterface:
|
|
|
|
|
algorithm: auto
|
Add application source code, configs and assets
- Controllers, Entity, Repository, Services, Twig extensions
- Templates (account, emails, home, legal, security, unsubscribe)
- Symfony config updates (bundles, security, framework, services)
- Vite + Bun setup with PostCSS
- Caddy config, CLAUDE.md, README
- Update .gitignore (node_modules, .idea, cert)
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-03-18 20:16:01 +01:00
|
|
|
cost: 4
|
|
|
|
|
time_cost: 3
|
|
|
|
|
memory_cost: 10
|