Summary
In this chapter, we saw the very basics of security in Symfony. You learned that security is a two-step process where authentication verifies that a user is genuine and authorization decides that parts of a website can be accessed by an authenticated user.
We used FOSUserBundle to implement a frontend user management system. Then, we installed SonataAdminBundle and its dependencies to create a backend dashboard and admin services for our entities. Finally, we integrated FOSUserBundle into the backend through SonataUserBundle.
The next chapter is all about making the project look pretty. With a functional template, we can tackle some functional tests as well and see the continuous integration progress while carrying on with development.
Become an O’Reilly member and get unlimited access to this title plus top books and audiobooks from O’Reilly and nearly 200 top publishers, thousands of courses curated by job role, 150+ live events each month,
and much more.
Read now
Unlock full access