We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b3f1924 commit e67835bCopy full SHA for e67835b
tests/Unit/RequestValidatorTest.php
@@ -109,7 +109,7 @@ public function testExpiredRequest()
109
110
const ERROR_MAP = [
111
"invalid jwt: signing method none is invalid" => "Algorithm not supported",
112
- "invalid jwt: claim nbf is in the future" => "Cannot handle token prior to",
+ "invalid jwt: claim nbf is in the future" => "Cannot handle token with nbf prior to",
113
"invalid jwt: claim exp is in the past" => "Expired token",
114
"invalid jwt: signature is invalid" => "Signature verification failed"
115
];
0 commit comments