Skip to content

Instantly share code, notes, and snippets.

/services.yml Secret

Created February 25, 2015 18:06
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save anonymous/42f4a1b98033f0687b01 to your computer and use it in GitHub Desktop.
Save anonymous/42f4a1b98033f0687b01 to your computer and use it in GitHub Desktop.
app_bundle.security.http.authentication.failure_handler:
class: AppBundle\Security\Http\Authentication\AuthenticationFailureHandler
arguments:
- @router
- @http_kernel
- @security.http_utils
app_bundle.security.http.authentication.success_handler:
class: AppBundle\Security\Http\Authentication\AuthenticationSuccessHandler
arguments:
- @router
- @security.http_utils
app_failure_handler:
alias: app_bundle.security.http.authentication.failure_handler
app_success_handler:
alias: app_bundle.security.http.authentication.success_handler
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment