You are here

service jwt_auth_consumer.subscriber in JSON Web Token Authentication (JWT) 8

Same name and namespace in other branches
  1. 8.0 modules/jwt_auth_consumer/jwt_auth_consumer.services.yml \jwt_auth_consumer.subscriber

Class

Drupal\jwt_auth_consumer\EventSubscriber\JwtAuthConsumerSubscriber

Tags

  • event_subscriber

File

modules/jwt_auth_consumer/jwt_auth_consumer.services.yml
modules/jwt_auth_consumer/jwt_auth_consumer.services.yml

View source
  1. class: Drupal\jwt_auth_consumer\EventSubscriber\JwtAuthConsumerSubscriber
  2. arguments:
  3. - '@entity_type.manager'
  4. tags:
  5. - { name: event_subscriber }