-
Fork from origin project https://github.com/PHP-Open-Source-Saver/jwt-auth
-
And change the 'iat' will be refreshed (using now()) in the refresh() method, in order user won't be kicked out if the token is kept refreshing. (Originally the token is kept refreshing, when 'exp' hit 'JWT_REFRESH_TTL' time, it's unable to refresh and user must be kicked out.)
Detail issue is here: PHP-Open-Source-Saver#249