Security

This is a demo

Introduction

Symfony provides many tools to secure your application. Some HTTP-related security tools, like secure...

Read more

The User

Permissions in Symfony are always linked to a user object. If you need to secure (parts of) your application,...

Read more

Authenticating Users

During authentication, the system tries to find a matching user for the visitor of the webpage. Traditionally,...

Read more