Skip to content

feat: allow for tokens to expire/refresh #726

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Jun 16, 2025
Merged

feat: allow for tokens to expire/refresh #726

merged 2 commits into from
Jun 16, 2025

Conversation

yrobla
Copy link
Contributor

@yrobla yrobla commented Jun 13, 2025

Use the functionality of token source:
https://pkg.go.dev/golang.org/x/[email protected]#Config.TokenSource

that allows to automatically refresh tokens when expired

Closes: #707

yrobla added 2 commits June 13, 2025 13:41
Use the functionality of token source:
https://pkg.go.dev/golang.org/x/[email protected]#Config.TokenSource

that allows to automatically refresh tokens when expired

Closes: #707
@yrobla yrobla merged commit 3de01da into main Jun 16, 2025
13 checks passed
@yrobla yrobla deleted the issue-707 branch June 16, 2025 06:55
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Proxy command does not handle OAuth token refresh, causing authentication failures after token expiry
2 participants