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
Hello! is there a way to add an expiration skew to the jwt.Parse() function to add for example 5 minute buffer for expiry?
let's say the token expired at 12:50:30 and now it is 12:53:05 since we are still within a 5-minute window, the JWT should be accepted as valid.