Bug in the JWT implementation
-
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 token of 1 hour: open the file .\wp-content\plugins\jwt-authentication-for-wp-rest-api\includes\vendor\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 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
The topic ‘Bug in the JWT implementation’ is closed to new replies.