service users_jwt.key_repository in JSON Web Token Authentication (JWT) 8
Class
Drupal\users_jwt\UsersJwtKeyRepository6 string references to users_jwt.key_repository
- FormsTest::testForms in modules/
users_jwt/ tests/ src/ Functional/ FormsTest.php - Tests that the JWT list and forms work as expected.
- KeyListController::create in modules/
users_jwt/ src/ Controller/ KeyListController.php - Instantiates a new instance of this class.
- UsersGenerateKeyForm::create in modules/
users_jwt/ src/ Form/ UsersGenerateKeyForm.php - Instantiates a new instance of this class.
- UsersJwtRequestTest::testAuth in modules/
users_jwt/ tests/ src/ Kernel/ UsersJwtRequestTest.php - Verify the authentication for a user.
- UsersKeyDeleteForm::create in modules/
users_jwt/ src/ Form/ UsersKeyDeleteForm.php - Instantiates a new instance of this class.
File
- modules/
users_jwt/ users_jwt.services.yml - modules/users_jwt/users_jwt.services.yml
View source
- class: Drupal\users_jwt\UsersJwtKeyRepository
- arguments:
- - '@user.data'
- - '@users_jwt.memory_cache'
- - '@cache_tags.invalidator'