We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6aad67e commit 4e3f86eCopy full SHA for 4e3f86e
src/Support/Token/Base.php
@@ -58,7 +58,7 @@ public function expires()
58
59
public function hasExpired()
60
{
61
- return time() > $this->expires;
+ return time() + 60 > $this->expires;
62
}
63
64
public function authenticated()
0 commit comments