You are here

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

Class

Drupal\users_jwt\Authentication\Provider\UsersJwtAuth

Tags

  • authentication_provider
1 string reference to users_jwt.authentication.jwt
UsersJwtRequestTest::testAuth in modules/users_jwt/tests/src/Kernel/UsersJwtRequestTest.php
Verify the authentication for a user.

File

modules/users_jwt/users_jwt.services.yml
modules/users_jwt/users_jwt.services.yml

View source
  1. class: Drupal\users_jwt\Authentication\Provider\UsersJwtAuth
  2. arguments:
  3. - '@users_jwt.key_repository'
  4. - '@entity_type.manager'
  5. - '@settings'
  6. - '@logger.factory'
  7. tags:
  8. - { name: authentication_provider, provider_id: users_jwt_auth, global: true, priority: 150 }