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
feat: increase default JWT_LEEWAY in open_id_connect to 1.0 seconds
The default value defined in the jwt module is 0 seconds, so when the
time is off just by a few milliseconds, the token validation fails with
error "The token is not yet valid (iat)".
0 commit comments