Overview
The Symfony Boilerplate centralizes the security in the API. This approach has many benefits:
- No need to rewrite the security logic for all your front-ends.
- The web application focus on UI logic, not business logic.
In the next chapters, we explain how it works and how you should implement it.