7 string references to YAML keys in users_jwt.routing.yml in JSON Web Token Authentication (JWT) 8
- FormsTest::testForms in modules/
users_jwt/ tests/ src/ Functional/ FormsTest.php - Tests that the JWT list and forms work as expected.
- KeyListController::listKeys in modules/
users_jwt/ src/ Controller/ KeyListController.php - List keys.
- UsersGenerateKeyForm::buildForm in modules/
users_jwt/ src/ Form/ UsersGenerateKeyForm.php - Form constructor.
- UsersKeyDeleteForm::getCancelUrl in modules/
users_jwt/ src/ Form/ UsersKeyDeleteForm.php - Returns the route to go to if the user cancels the action.
- UsersKeyDeleteForm::submitForm in modules/
users_jwt/ src/ Form/ UsersKeyDeleteForm.php - Form submission handler.
- UsersKeyForm::buildForm in modules/
users_jwt/ src/ Form/ UsersKeyForm.php - Form constructor.
- UsersKeyForm::submitForm in modules/
users_jwt/ src/ Form/ UsersKeyForm.php - Form submission handler.