

Understanding Symfony's Security component (in progress)
The Security component is divided into several smaller
security-core : the common security features like authorization, authentication, encoding passwords and users loading.
security-http: integrates the core with http response and requests.
security-csrf: protection from the csrf attacs.
security-guard: layers of authentications toget...