mirror of
https://github.com/rudrankriyam/App-Store-Connect-CLI.git
synced 2026-04-25 15:45:48 +03:00
[PR #790] [MERGED] fix(web-auth): add debug diagnostics for 401 login failures #789
Labels
No labels
bug
bug
documentation
enhancement
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/App-Store-Connect-CLI#789
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/rudrankriyam/App-Store-Connect-CLI/pull/790
Author: @rudrankriyam
Created: 2/26/2026
Status: ✅ Merged
Merged: 2/26/2026
Merged by: @rudrankriyam
Base:
main← Head:feat/web-auth-debug-logging📝 Commits (1)
2fc11a8fix(web-auth): add redacted debug diagnostics for login failures📊 Changes
5 files changed (+331 additions, -9 deletions)
View changed files
➕
internal/cli/shared/debug_overrides_test.go(+67 -0)📝
internal/cli/shared/shared.go(+10 -4)📝
internal/cli/web/web_auth.go(+2 -0)📝
internal/web/auth.go(+161 -5)📝
internal/web/auth_test.go(+91 -0)📄 Description
Summary
--debug/--api-debugruntime overrides to web-session auth flows so debug flags work forasc web auth loginTest plan
ASC_BYPASS_KEYCHAIN=1 go test ./internal/web ./internal/cli/shared ./internal/cli/web ./internal/cli/cmdtestmake formatmake lintASC_BYPASS_KEYCHAIN=1 make testWhy this helps with 401s
asc --debug web auth login --apple-id \"...\"(or--api-debug) and share request metadata + stage-level status/codes for diagnosis🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.