Article from Antoine Kahn
Guard: Creating a Simple Authentication System for Symfony
April 29, 2016Antoine Kahn4 min read

Building a custom authentication system for Symfony can get atrocious. You can get a glimpse of that here. You have to deal with multiple classes, connect them to each other, and hope for the best. It is hard to customize and never fun to work with. Since Symfony 2.8, to simplify the customization…
Continue reading →