I'm using symfony4.4.28. I want to create 2 distinct path for authentication:
For Admin Role: --> mysite.com/admin/login
For User Role: --> mysite.com/user/login
Any suggestions?
Note that is an OWASP recommendation for more security.
You could create two different firewall in security.yml I supposed.