how to build your own security system for your Symphony application
updated at 21.06.2019
It has never been easier! Even though authentication and authorization are big topics which can get quite complex, Symfony provides us with all the tools we need to set up an awesome security system. We are going to take a look at both topics and will create an example which stores the user data in a MySQL database (Doctrine) and provides a HTML form for authentication, step by step. Let's have some fun!
...read more