Skip to content

Comments

feat: fix auth issue#845

Merged
charlesvien merged 1 commit intomainfrom
02-07-feat_fix_auth_issue
Feb 8, 2026
Merged

feat: fix auth issue#845
charlesvien merged 1 commit intomainfrom
02-07-feat_fix_auth_issue

Conversation

@k11kirky
Copy link
Contributor

@k11kirky k11kirky commented Feb 7, 2026

TL;DR

Added token refresh capability when auth credentials are missing during task connection.

What changed?

Enhanced the session connection logic to attempt refreshing the access token when auth credentials are missing. Previously, the system would immediately fail with an error message if credentials were not found. Now, it will:

  1. Log a warning that credentials are missing
  2. Attempt to refresh the access token using the auth store
  3. Check again for credentials after the refresh attempt
  4. Only fail if credentials are still missing after the refresh attempt

Copy link
Contributor Author

k11kirky commented Feb 7, 2026

This stack of pull requests is managed by Graphite. Learn more about stacking.

@k11kirky k11kirky marked this pull request as ready for review February 7, 2026 22:59
@charlesvien charlesvien merged commit 90c12d4 into main Feb 8, 2026
13 checks passed
@charlesvien charlesvien deleted the 02-07-feat_fix_auth_issue branch February 8, 2026 06:40
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.

2 participants