basic_auth.services.yml

Same filename and directory in other branches
  1. 9 core/modules/basic_auth/basic_auth.services.yml
  2. 8.9.x core/modules/basic_auth/basic_auth.services.yml
  3. 10 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. _defaults:
  3. autoconfigure: true
  4. basic_auth.authentication.basic_auth:
  5. class: Drupal\basic_auth\Authentication\Provider\BasicAuth
  6. arguments: ['@config.factory', '@user.auth', '@flood', '@entity_type.manager']
  7. tags:
  8. - { name: authentication_provider, provider_id: 'basic_auth', priority: 100 }
  9. basic_auth.page_cache_request_policy.disallow_basic_auth_requests:
  10. class: Drupal\basic_auth\PageCache\DisallowBasicAuthRequests
  11. public: false
  12. tags:
  13. - { name: page_cache_request_policy }

Services

Title Deprecated Summary
basic_auth.authentication.basic_auth Drupal\basic_auth\Authentication\Provider\BasicAuth
basic_auth.page_cache_request_policy.disallow_basic_auth_requests Drupal\basic_auth\PageCache\DisallowBasicAuthRequests
_defaults

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.