Backup of db before drupal security update
[yaffs-website] / web / core / modules / basic_auth / basic_auth.services.yml
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 }