-
Notifications
You must be signed in to change notification settings - Fork 37
Open
Description
Issue:
After logging out, the extension still logs in automatically on the next login without prompting for a token.
Repro steps:
- Log in with a token.
- Click Logout in the UI.
- Restart VS Code.
- Attempt to log in to the same deployment
Expected: prompted for an API key.
Actual: logs in without prompting, suggesting I wasn't fully logged out.
From looking at the code, it looks like logout clears the active session but leaves the session token in VS Code SecretStorage, so login reuses the saved token instead of prompting.
Metadata
Metadata
Assignees
Labels
No labels