You are here

services_api_key_auth.services.yml in Services API Key Authentication 8

File

services_api_key_auth.services.yml
View source
  1. services:
  2. authentication.services_api_key_auth:
  3. class: Drupal\services_api_key_auth\Authentication\Provider\ApiKeyAuth
  4. arguments: ['@config.factory', '@entity.manager']
  5. tags:
  6. - { name: authentication_provider, provider_id: api_key_auth, priority: 100 }