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
There are some hardcoded time() calls in the enforcement of time-related claims (nbf, exp). This makes testing a bit dicey, not only for the library itself, but any sort of upstream integration test for projects that use this library.
The text was updated successfully, but these errors were encountered:
There are some hardcoded
time()
calls in the enforcement of time-related claims (nbf
,exp
). This makes testing a bit dicey, not only for the library itself, but any sort of upstream integration test for projects that use this library.The text was updated successfully, but these errors were encountered: