msgphp / symfony-demo-app

A Symfony demo application with basic user management
https://github.com/msgphp/msgphp
MIT License
0 stars 0 forks source link

Add custom form login using Guard #54

Closed ro0NL closed 6 years ago

ro0NL commented 6 years ago

traditional form login is bound to username/password. Let's say we want a custom login in the future based on username, password and some other field. Using a custom guard this would be easy (as it scales), compared to refactoring form_login to guard.

We can also do both "for demo purposes":

Otherwise im leaning to drop form_login here.

https://knpuniversity.com/screencast/new-in-symfony3/guard-authentication