Skip to content

Commit d8d39a9

Browse files
committed
Fix getting token from request query string.
Fixes #66.
1 parent 545091a commit d8d39a9

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/Auth/JwtAuthenticate.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -205,6 +205,8 @@ public function getToken($request = null)
205205
if ($token !== null) {
206206
$token = (string)$token;
207207
}
208+
209+
return $this->_token = $token;
208210
}
209211

210212
return $this->_token;

0 commit comments

Comments
 (0)