[Security] Missing documentation regarding AccessDeniedHandlerInterface #5139
Labels
actionable
Clear and specific issues ready for anyone to take them.
good first issue
Ideal for your first contribution! (some Symfony experience may be required)
hasPR
A Pull Request has already been submitted for this issue.
Security
I've seen a few occasion where custom access denied handling is required. It's not rocket science to implement, you put
access_denied_handler: service.id
on your firewall configuration and implement theAccessDeniedHandlerInterface
in this service.I think this could be a simple explanation but add some real value to the docs.
The text was updated successfully, but these errors were encountered: