feat(auth): add per-organization PAT fallback - #24
Merged
Conversation
- support per-organization PAT storage and routing in both clients - add localized organization UX and automated tests - prepare the joint 0.4.0 release 🔐 - Generated by Copilot
- preserve failed credential entries during cleanup - propagate cancellation and prevent duplicate verification - complete cross-client localization coverage 🔒 - Generated by Copilot
- roll back unindexed credentials - prevent stale sessions and canceled verification saves - surface incomplete credential cleanup 🔒 - Generated by Copilot
🔧 - Generated by Copilot
🔄 - Generated by Copilot
Co-authored-by: rcappello <4224940+rcappello@users.noreply.github.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR added deterministic per-organization PAT fallback to both clients while preserving global PAT discovery for backward compatibility. It also hardened credential cleanup and cancellation, completed cross-client localization, and prepared the VS Code and Visual Studio extensions for release 0.4.0.
Changes
Authentication and storage
User experience
Release preparation
Related Issues
None
Notes
tsc; the release workflow remains the required clean-environment gate.