service basic_auth.authentication.basic_auth in Drupal 8
Same name and namespace in other branches
- 9 core/modules/basic_auth/basic_auth.services.yml \basic_auth.authentication.basic_auth
Class
Drupal\basic_auth\Authentication\Provider\BasicAuthTags
- authentication_provider
File
- core/
modules/ basic_auth/ basic_auth.services.yml - core/modules/basic_auth/basic_auth.services.yml
View source
- class: Drupal\basic_auth\Authentication\Provider\BasicAuth
- arguments:
- - '@config.factory'
- - '@user.auth'
- - '@flood'
- - '@entity_type.manager'
- tags:
- - { name: authentication_provider, provider_id: basic_auth, priority: 100 }