Skip to content

Security: handling user access with Symfony the right way

Avatar of Diana Ungaro Arnos Diana Ungaro Arnos

We often overlook a central security requirement that any application needs to meet: controlling users' access to data and functionality.
Usually, we handle user access through the combination of 3 security mechanisms: authentication, session management and access control.
We will take a look at the Symfony's Security component powerful tools and see how to use them to handle user access the right way.

Delivered in English