This commit is contained in:
Björn Fromme
2023-09-02 18:47:42 +02:00
parent 23e66b08e8
commit 08f7836d41
21 changed files with 693 additions and 82 deletions
+3
View File
@@ -17,6 +17,9 @@ security:
provider: bpn_user_provider
custom_authenticators:
- App\Security\BpnAuthenticator
logout:
path: app_security_logout
target: app_security_login
access_control:
- { path: ^/profile, roles: ROLE_USER }