RuslanUC / RemoteAuthClient

Async remote auth client for discord (Login with qr code)
MIT License
19 stars 4 forks source link

How captcha work? #33

Open pewnie opened 6 months ago

pewnie commented 6 months ago

image

You have captcha function and what is captcha_sitekey, captcha_service, captcha_rqdata, captcha_rqtoken, captcha_key, captcha_sitekey

RuslanUC commented 6 months ago

captcha_sitekey, captcha_service, captcha_rqdata, captcha_rqtoken are the values you got from discord (they stored in captcha_data variable), captcha_key is the key of solved captcha. But even if you solve captcha and return valid captcha_key, it may not work, because project is not actively maintained.