You are here

key_auth.services.yml in Key auth 8

File

key_auth.services.yml
View source
  1. services:
  2. key_auth:
  3. class: Drupal\key_auth\KeyAuth
  4. arguments: ['@config.factory', '@entity_type.manager']
  5. key_auth.authentication.key_auth:
  6. class: Drupal\key_auth\Authentication\Provider\KeyAuth
  7. arguments: ['@key_auth']
  8. tags:
  9. - { name: authentication_provider, provider_id: 'key_auth', priority: 200 }
  10. key_auth.page_cache_request_policy.disallow_key_auth_requests:
  11. class: Drupal\key_auth\PageCache\DisallowKeyAuthRequests
  12. arguments: ['@key_auth']
  13. public: false
  14. tags:
  15. - { name: page_cache_request_policy }