You are here

jwt_auth_issuer.services.yml in JSON Web Token Authentication (JWT) 8.0

Same filename and directory in other branches
  1. 8 modules/jwt_auth_issuer/jwt_auth_issuer.services.yml
modules/jwt_auth_issuer/jwt_auth_issuer.services.yml

File

modules/jwt_auth_issuer/jwt_auth_issuer.services.yml
View source
  1. services:
  2. jwt_auth_issuer.subscriber:
  3. class: Drupal\jwt_auth_issuer\EventSubscriber\JwtAuthIssuerSubscriber
  4. arguments: [ '@current_user' ]
  5. tags:
  6. - { name: event_subscriber }