Releases: hannesill/Gatelet
Releases · hannesill/Gatelet
v0.2.4
What's changed
- Proactive token refresh: Expired OAuth tokens are now refreshed before execution, avoiding wasted round-trips to the provider
- Improved auth error detection: Auth errors are now detected by HTTP status code (401/403) in addition to message string patterns
- OAuth callback warning: Logs a warning when the OAuth callback receives no refresh_token from the provider
- New tests: Added tests for proactive refresh and token-refresh utilities
This fixes the bug of needing to re-authorize Goolge connections every hour.