-
Notifications
You must be signed in to change notification settings - Fork 289
signin: 2FA support #163
Copy link
Copy link
Open
Labels
🆕 feature request🔍 investigation🧊 backlogPostponed: requires more info, requires too much effort for payoff, etc.Postponed: requires more info, requires too much effort for payoff, etc.
Description
mas does not currently support signing in using an Apple ID with 2FA enabled. Tested with mas 1.4.2 on macOS 10.11, the experience is as follows:
Steps
- Use
signincommand with only a user argument - mas asks for a password
- Enter correct password
Result
- mas immediately gives an error (below)
- meanwhile the Apple 2FA dialog appears on another Mac and notification on iPhone of same user
$ mas signin [email protected]
**==>** **Signing in to Apple ID: [email protected]**
Password:
~Error:~ Sign in failed: The operation couldn’t be completed. (mas.MASError error 0.)
Need to add support to wait for the 2FA process completes. Timeout? User should always be able to cancel with CTRL+C.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
🆕 feature request🔍 investigation🧊 backlogPostponed: requires more info, requires too much effort for payoff, etc.Postponed: requires more info, requires too much effort for payoff, etc.