Dadoum / Sideloader

Open-source cross-platform iOS app sideloader (yep, even Linux is supported). Alternative to Sideloadly, AltServer, SideServer, Cydia Impactor, iOS App Signer…
Other
208 stars 21 forks source link

Login through CLI #39

Open steilerDev opened 1 month ago

steilerDev commented 1 month ago

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.

Dadoum commented 1 month ago

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.

steilerDev commented 1 month ago

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?

Dadoum commented 1 month ago

I only persist 2FA information.

steilerDev commented 1 month ago

I've created https://github.com/Dadoum/Sideloader/pull/40 for your consideration to read the username/password from the environment.

jiiimy commented 3 weeks ago

I ve waited for this so much! Thank you