XcodesOrg / xcodes

The best command-line tool to install and switch between multiple versions of Xcode.
MIT License
3.74k stars 130 forks source link

Automatic cookie based authentication #248

Open tahirmt opened 1 year ago

tahirmt commented 1 year ago

Similar to how fastlane handles authentication cookies, it would be nice to be able to authenticate once for 30 days. For fastlane if you use spaceauth within 30 days with a stored cookie it doesn't ask for 2FA codes. This could help some people with maintaining CI. Especially now that we have to use authentication again 😞

Along with this have a command login which just authenticates/reauthenticates with stored cookie and 2FA if needed. The cookie should be usable for further sessions.

By doing something like this it would be only required to enter password once per 30 days.

triplef commented 1 year ago

Yes please, this would be great to see added.