Update login to use only symfony

- Add Suite 8 side only login
- Do not login on legacy, only initialize session
- This enables the usage of other symfony login mechanisms
This commit is contained in:
Clemente Raposo 2022-06-16 14:32:21 +01:00
parent f3052ab645
commit 84aa865a68
3 changed files with 75 additions and 48 deletions

View file

@ -15,6 +15,7 @@ security:
security: false
main:
anonymous: true
lazy: true
user_checker: App\Security\UserChecker
guard:
authenticators: