Skip to content
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

"failed to refresh token" experience could be better #253

Closed
davidgomes opened this issue Jul 20, 2024 · 1 comment
Closed

"failed to refresh token" experience could be better #253

davidgomes opened this issue Jul 20, 2024 · 1 comment
Labels
enhancement New feature or request

Comments

@davidgomes
Copy link
Collaborator

$ neonctl projects list
ERROR: failed to refresh token
invalid_grant (The provided authorization grant (e.g., authorization code, resource owner credentials) or refresh token is invalid, expired, revoked, does not match the redirection URI used in the authorization request, or was issued to another client.)

When running any command which might fail with failed to refresh token, we should have a better UX where the user gets prompted to run $ neonctl auth, or perhaps even better, we just start neonctl auth for them.

@davidgomes davidgomes assigned davidgomes and unassigned davidgomes Jul 20, 2024
@davidgomes davidgomes added the enhancement New feature or request label Jul 20, 2024
iam-Akshat pushed a commit to iam-Akshat/neonctl that referenced this issue Feb 3, 2025
Shridhad pushed a commit that referenced this issue Feb 10, 2025
Add comprehensive error handling for token refresh in the authentication
flow:
- Catch and log token refresh errors
- Update `ensureAuth` to handle refresh token errors by restarting auth
flow
- Add test coverage for token refresh failure scenario

Addresses #282 duplicate of  #253

---------

Co-authored-by: Akshat Sethi <[email protected]>
@Shridhad
Copy link
Collaborator

Fixed in #317

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants