Sorrow446 / Nugs-Downloader

Nugs downloader written in Go.
92 stars 15 forks source link

Google as auth provider? #3

Closed jhershberg closed 1 year ago

jhershberg commented 1 year ago

Hi, is there a way for me to use this if my nugs account uses google as the auth provider and I therefor have no password?

Sorrow446 commented 1 year ago

Not currently because of reCAPTCHA and how much work it is to automate Google auth. Using cookies could work fine, though. Will look into it tonight.

Sorrow446 commented 1 year ago

You can auth with Apple and Google accounts with tokens now. I won't implement auth with credentials; too much work. https://github.com/Sorrow446/Nugs-Downloader/commit/168c4851167420ebe0a8ecff0adc6adf0f23a5c8 https://github.com/Sorrow446/Nugs-Downloader/blob/main/token.md