You are here

basic_auth.services.yml in Zircon Profile 8.0

Same filename and directory in other branches
  1. 8 core/modules/basic_auth/basic_auth.services.yml
core/modules/basic_auth/basic_auth.services.yml

File

core/modules/basic_auth/basic_auth.services.yml
View source
  1. services:
  2. basic_auth.authentication.basic_auth:
  3. class: Drupal\basic_auth\Authentication\Provider\BasicAuth
  4. arguments: ['@config.factory', '@user.auth', '@flood', '@entity.manager']
  5. tags:
  6. - { name: authentication_provider, provider_id: 'basic_auth', priority: 100 }
  7. basic_auth.page_cache_request_policy.disallow_basic_auth_requests:
  8. class: Drupal\basic_auth\PageCache\DisallowBasicAuthRequests
  9. public: false
  10. tags:
  11. - { name: page_cache_request_policy }