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(auth): add handling for oauth token clock skew time (#63)
This PR updates the `is_token_expired` utility method to minimize the impact of clock skew between client and server during OAuth token validation. Honors provided a clock skew buffer. Accounts for round-trip time for a more accurate expiry calculation. Improves token validation reliability.
closes#62
0 commit comments