mirror of
https://github.com/rudrankriyam/App-Store-Connect-CLI.git
synced 2026-04-25 15:45:48 +03:00
[PR #789] [MERGED] fix(web): add interactive password prompt fallback for web auth #788
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#788
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/789
Author: @rudrankriyam
Created: 2/26/2026
Status: ✅ Merged
Merged: 2/26/2026
Merged by: @rudrankriyam
Base:
main← Head:fix/web-auth-interactive-password-prompt📝 Commits (3)
f1b9598fix(web): prompt for password in interactive web auth50ebc81fix(web): make interactive password flow the default path937ec1bfix(web-apps): avoid password prompt before cache lookup📊 Changes
5 files changed (+254 additions, -23 deletions)
View changed files
📝
internal/cli/web/web_apps.go(+4 -8)➕
internal/cli/web/web_apps_test.go(+61 -0)📝
internal/cli/web/web_auth.go(+47 -9)📝
internal/cli/web/web_auth_test.go(+140 -0)📝
internal/cli/web/web_session_flags.go(+2 -6)📄 Description
Summary
asc web auth loginand web-session-backed commands when--password-stdinandASC_WEB_PASSWORDare both absent--password-stdinorASC_WEB_PASSWORD, and missing non-TTY input still returns the existing usage errorTest plan
ASC_BYPASS_KEYCHAIN=1 go test ./internal/cli/web ./internal/cli/cmdtestmake formatmake lintASC_BYPASS_KEYCHAIN=1 make test🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.