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
This is the maximum allowed difference between the exp and iat values in
the JWT sent with a launch request. The Crypt::JWT module by default
uses a value of 0 for this, meaning that the iat and exp values in the
token must be exactly the current time. That is probably going to
frequently be to strict. So this uses a default of 10 (perhaps 60
should be used here like the NoneLifeTime for LTI 1.1?).
This is probably why many are experiencing issues with JWT tokens
failing to validate.
0 commit comments