You are here

jwt_path_auth.services.yml in JSON Web Token Authentication (JWT) 8

modules/jwt_path_auth/jwt_path_auth.services.yml

File

modules/jwt_path_auth/jwt_path_auth.services.yml
View source
  1. services:
  2. jwt_path_auth.authentication.jwt:
  3. class: Drupal\jwt_path_auth\Authentication\Provider\JwtPathAuth
  4. arguments: [ '@jwt.transcoder', '@config.factory' , '@entity_type.manager', '@page_cache_kill_switch']
  5. tags:
  6. - { name: authentication_provider, provider_id: 'jwt_path_auth', global: TRUE, priority: 50 }