Question 1 of 12
Which Symfony component is primarily responsible for handling security concerns like authentication and authorization?
Question 4 of 12
How can you define a firewall in the
security.yaml
configuration file?
Question 5 of 12
Which of the following is a common authentication mechanism configured within a Symfony firewall?
Question 7 of 12
How do you typically access the
Security
component in a controller?
Question 8 of 12
What method should a Symfony
Voter
implement to determine if it can handle a given attribute and subject?
Question 9 of 12
What return values are possible from the
voteOnAttribute()
method of a
Voter
?