• Resolved sviluppomania

    (@sviluppomania)


    Hi, there is currently a bug in the JWT implementation that does not consider either solar time or daylight saving time. It is necessary to add a lag on the validity of the 1 hour token: open the file .\ .\wp-content\plugins\google-site-kit\third-party\firebase\php-jwt\src\JWT.php and assign the static variable $leeway the value 3600 (if it activates solar time) or 7200 (if it activates daylight saving time). Hoping for your Debug of this implementation. Thanks.

Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)

The topic ‘Bug in the JWT implementation’ is closed to new replies.