You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We MAY want to do this in a minor version because it's possible that gettimeofday (which is required by microtime) doesn't exist on all systems. It may be possible to verify that the function does exist, and fall back on date if not.
The text was updated successfully, but these errors were encountered:
See #488 and #492
use
microtime
instead oftime
for JWT validation.We MAY want to do this in a minor version because it's possible that
gettimeofday
(which is required bymicrotime
) doesn't exist on all systems. It may be possible to verify that the function does exist, and fall back ondate
if not.The text was updated successfully, but these errors were encountered: