subdavis / Tusk

🐘 🔒 KeePass-compatible browser extension for filling passwords.
https://subdavis.com/Tusk
Other
469 stars 73 forks source link

iCloud Drive support #283

Open nicexe opened 5 years ago

nicexe commented 5 years ago

Feature Request

A feature you'd like to see

I believe iCloud Drive support would be nice to have. This could be done by either authenticating with iCloud or using a share-link from iCloud Drive that requires no authentication.

Additional remarks

this could either be done by pasting a share link that requires no authentication and acts as a direct link to the database file or authenticate with iCloud and store the authentication token so that the file can be fetched each time Tusk needs to

subdavis commented 5 years ago

How would authentication work? Oauth isn't supported.

nicexe commented 5 years ago

This project authenticates with iCloud somehow https://github.com/ndbroadbent/icloud_photos_downloader

If two-factor authentication is too much to handle then users can use an app specific password.

nicexe commented 5 years ago

More specifically, that project is using ndbroadbent/pyicloud for icloud authentication