filmov
tv
Symfony Security Part VII - Security Roles

Показать описание
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Symfony Security Part VII - Security Roles
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Access Control (Authorization)
Users can now log in to your app using your login form. Great! Now, you need
to learn how to deny access and work with the User object. This is called
authorization, and its job is to decide if a user can access some resource
(a URL, a model object, a method call, ...).
The process of authorization has two different sides:
1. The user receives a specific role when logging in (e.g. ROLE_ADMIN).
2. You add code so that a resource (e.g. URL, controller) requires a specific
"attribute" (e.g. a role like ROLE_ADMIN) in order to be accessed.
Full Documentation:
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
In this video, we continue with Symfony Security, and offshoot of Symfony
Translation series.
The end result we reaching for is so that the client or administrator of the
application can administrate all user related data, whereby the user
can edit only their own data.
If you like the content or learned something, please don`t forget to like,
subscribe, share, and remember the notification bell, thanks!
Cheers till next time!
TD
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Donations
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
🙏 Want to support Coding with TD? Your contributions make a big difference! You're welcome
to donate by clicking on the PayPal link below. Your support helps us create more educational
content and spread the joy of coding. Thank you for being a part of our journey! 🚀
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Music from YouTube I'm listening to while recording these videos
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Channel: Reinhardt Buhr
Life By Reinhardt Buhr Live Performance (FULL ALBUM 2022)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Symfony Security Part VII - Security Roles
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Access Control (Authorization)
Users can now log in to your app using your login form. Great! Now, you need
to learn how to deny access and work with the User object. This is called
authorization, and its job is to decide if a user can access some resource
(a URL, a model object, a method call, ...).
The process of authorization has two different sides:
1. The user receives a specific role when logging in (e.g. ROLE_ADMIN).
2. You add code so that a resource (e.g. URL, controller) requires a specific
"attribute" (e.g. a role like ROLE_ADMIN) in order to be accessed.
Full Documentation:
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
In this video, we continue with Symfony Security, and offshoot of Symfony
Translation series.
The end result we reaching for is so that the client or administrator of the
application can administrate all user related data, whereby the user
can edit only their own data.
If you like the content or learned something, please don`t forget to like,
subscribe, share, and remember the notification bell, thanks!
Cheers till next time!
TD
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Donations
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
🙏 Want to support Coding with TD? Your contributions make a big difference! You're welcome
to donate by clicking on the PayPal link below. Your support helps us create more educational
content and spread the joy of coding. Thank you for being a part of our journey! 🚀
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Music from YouTube I'm listening to while recording these videos
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Channel: Reinhardt Buhr
Life By Reinhardt Buhr Live Performance (FULL ALBUM 2022)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Комментарии