Skip to content

Commit 59213ce

Browse files
committed
typofix
1 parent edaa4be commit 59213ce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Utils/Bearer.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ public function validateJwt($jwt, $request) {
9595
*/
9696
public function validateIdToken($token, $request) {
9797
$jwtConfig = Configuration::forUnsecuredSigner();
98-
$jwtConfig->parser()->parse($jwt);
98+
$jwtConfig->parser()->parse($token);
9999
return true;
100100
}
101101

0 commit comments

Comments
 (0)