You are here

service jwt.authentication.jwt in JSON Web Token Authentication (JWT) 8.0

Same name and namespace in other branches
  1. 8 jwt.services.yml \jwt.authentication.jwt

Class

Drupal\jwt\Authentication\Provider\JwtAuth

Tags

  • authentication_provider
1 string reference to jwt.authentication.jwt
JwtAuthIssuerController::create in modules/jwt_auth_issuer/src/Controller/JwtAuthIssuerController.php
Instantiates a new instance of this class.

File

./jwt.services.yml
jwt.services.yml

View source
  1. class: Drupal\jwt\Authentication\Provider\JwtAuth
  2. arguments:
  3. - '@jwt.transcoder'
  4. - '@event_dispatcher'
  5. tags:
  6. - { name: authentication_provider, provider_id: jwt_auth, global: true, priority: 100 }