We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 3a353d8 + 1509430 commit fc29729Copy full SHA for fc29729
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