feat(auth): add Personal Access Token authentication#21
Merged
steipete merged 2 commits intosteipete:mainfrom Jan 21, 2026
Merged
feat(auth): add Personal Access Token authentication#21steipete merged 2 commits intosteipete:mainfrom
steipete merged 2 commits intosteipete:mainfrom
Conversation
Owner
|
Owner
|
Thanks Jakub, will take over from here. |
Support PAT as alternative to OAuth for users in SAML SSO organizations. PATs can be authorized for SSO in GitHub settings, solving visibility issues for organization-owned repositories. - Add AuthMethod enum to UserSettings - Add PAT storage methods to TokenStore - Create PATAuthenticator for token validation - Update AccountSettingsView with auth method picker - Add tests for PAT storage and validation Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
94869aa to
82a1212
Compare
Owner
|
Landed via temp rebase onto main.\n\n- Gate: pnpm lint && pnpm build && pnpm test\n- Land commit: 82a1212\n- Merge commit: bab0838\n\nThanks @kkiermasz! |
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.
Summary
Changes
AuthMethodenum andauthMethodpropertysavePAT(),loadPAT(),clearPAT()methodspatAuthproperty and update token providerloginWithPAT()andlogoutCurrentMethod()🤖 Generated with Claude Code