-
-
Notifications
You must be signed in to change notification settings - Fork 36
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Login through CLI #39
Comments
All of this is planned, I am just afk currently so I can't code anything... the main issue I encountered is about storing safely passwords. I have a beginning of a libsecret implementation. That can be a starting point if you really need it now. |
Great - wasn't sure if I'm doing something wrong or if this is not yet implemented - no worry :) I personally only use burner AppleIDs - so I would not mind storing them plain text and/or supply them through env-variables/arguments. Are you already persisting the MFA trust token? |
I only persist 2FA information. |
I've created #40 for your consideration to read the username/password from the environment. |
I ve waited for this so much! Thank you |
Thanks for this tool - the GTK version works well, however I would like to use the CLI version for automation.
I'm struggling to get the CLI working - am I missing something, or is logging in not possible?
Also it seems credentials enter through the UI cannot be used in the CLI - would be great if you could (opionally) save them.
The text was updated successfully, but these errors were encountered: