It happens because the time of the token is 1674144487 and _now during the check in oic:message.py:800 is 1674144483 so it's of by 4. This would be no problem if _skew could somehow be configured in the extension and passed on to verify which supports it via **kwargs.
oic.oic.message.IATError: Issued in the future
It happens because the time of the token is
1674144487
and_now
during the check in oic:message.py:800 is1674144483
so it's of by 4. This would be no problem if_skew
could somehow be configured in the extension and passed on to verify which supports it via**kwargs
.Any different approach I could go?