You are here

service basic_auth.authentication.basic_auth in Zircon Profile 8.0

Same name and namespace in other branches
  1. 8 core/modules/basic_auth/basic_auth.services.yml \basic_auth.authentication.basic_auth

Class

Drupal\basic_auth\Authentication\Provider\BasicAuth

Tags

  • authentication_provider

File

core/modules/basic_auth/basic_auth.services.yml
core/modules/basic_auth/basic_auth.services.yml

View source
  1. class: Drupal\basic_auth\Authentication\Provider\BasicAuth
  2. arguments:
  3. - '@config.factory'
  4. - '@user.auth'
  5. - '@flood'
  6. - '@entity.manager'
  7. tags:
  8. - { name: authentication_provider, provider_id: basic_auth, priority: 100 }