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

fix(login): correctly handle expired token in bit login cmd #9562

Merged
merged 2 commits into from
Feb 18, 2025

Conversation

luvkapur
Copy link
Member

@luvkapur luvkapur commented Feb 18, 2025

This PR fixes the issue with bit login cmd where previously it won't trigger the login process for expired/invalid token - since it only checked the existing of the token from the config. Now with this fix, it actually validates the token to verify if it has not been expired or is invalid and continues the login process accordingly.

@luvkapur luvkapur enabled auto-merge (squash) February 18, 2025 16:07
@luvkapur luvkapur merged commit 6d7bc30 into master Feb 18, 2025
10 checks passed
@luvkapur luvkapur deleted the fix-bit-login branch February 18, 2025 17:08
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