service jwt.authentication.jwt in JSON Web Token Authentication (JWT) 8.0
Same name and namespace in other branches
- 8 jwt.services.yml \jwt.authentication.jwt
Class
Drupal\jwt\Authentication\Provider\JwtAuthTags
- 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
View source
- class: Drupal\jwt\Authentication\Provider\JwtAuth
- arguments:
- - '@jwt.transcoder'
- - '@event_dispatcher'
- tags:
- - { name: authentication_provider, provider_id: jwt_auth, global: true, priority: 100 }