You are here

8 string references to jwt.transcoder in JSON Web Token Authentication (JWT) 8

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.
RsaKeyTest::testRsaPublicDecodeToken in tests/src/Kernel/RsaKeyTest.php
Verification with RSA public key only.
UserAuthTest::testAuth in tests/src/Kernel/UserAuthTest.php
Verify the authentication for a user.
UserPathAuthTest::testAuth in tests/src/Kernel/UserPathAuthTest.php
Verify the authentication for a user.