You are here

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

Same name and namespace in other branches
  1. 8.0 jwt.services.yml \jwt.transcoder

Class

Drupal\jwt\Transcoder\JwtTranscoder
8 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.

... See full list

File

./jwt.services.yml
jwt.services.yml

View source
  1. class: Drupal\jwt\Transcoder\JwtTranscoder
  2. arguments:
  3. - '@jwt.firebase.php-jwt'
  4. - '@config.factory'
  5. - '@key.repository'