Symfony 5 Security: Authenticators
Voters
  Start your All-Access Pass to unlock this challenge
Buy Access Login

Challenge 1 / 1

Check out the following code:

public function someController()
{
    $this->denyAccessUnlessGranted('BANANA');
}

Assuming that I'm using the normal security system with nothing custom, what will happen when we execute this code?

Skip challenges and go to theNext Chapter

Turn Challenges Off?

All further challenges will be skipped automatically.
You can re-enable challenges at any time on this page or from your account page.