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 d35ce2c + 34a1728 commit 6a192deCopy full SHA for 6a192de
src/Storage/FluentAccessToken.php
@@ -27,7 +27,6 @@ public function get($token)
27
{
28
$result = $this->getConnection()->table('oauth_access_tokens')
29
->where('oauth_access_tokens.id', $token)
30
- ->where('oauth_access_tokens.expire_time', '>=', time())
31
->first();
32
33
if (is_null($result)) {
0 commit comments