service jwt.transcoder in JSON Web Token Authentication (JWT) 8
Same name and namespace in other branches
- 8.0 jwt.services.yml \jwt.transcoder
Class
Drupal\jwt\Transcoder\JwtTranscoder8 string references to jwt.transcoder
- BasicTest::testConfig in tests/
src/ Kernel/ BasicTest.php - Verify the test config was loaded as keys.
- ConfigForm::create in src/
Form/ ConfigForm.php - Instantiates a new instance of this class.
- JwtAuthTest::testJwtAuth in tests/
src/ Functional/ JwtAuthTest.php - Test jwt authentication.
- JwtPathAuthTest::testPathAdmin in tests/
src/ Functional/ JwtPathAuthTest.php - Test admin form updates and actual path auth.
- RsaKeyTest::testRsaGenerateToken in tests/
src/ Kernel/ RsaKeyTest.php - Verify generation and verification with RSA.
File
View source
- class: Drupal\jwt\Transcoder\JwtTranscoder
- arguments:
- - '@jwt.firebase.php-jwt'
- - '@config.factory'
- - '@key.repository'