techchrism / valorant-api-docs

Automatically generated documentation for Valorant API endpoints the client uses internally
https://valapidocs.techchrism.me
MIT License
475 stars 34 forks source link

Bug: Issue Receiving Two-Factor Authentication Email via "Auth Request" #54

Closed RetherSzu closed 5 months ago

RetherSzu commented 7 months ago

Description:

I'm having a problem with the two-factor authentication process when I try to use the "Auth Request" function. Although my configuration settings seem to be correct (see below), it's interesting to note that when I log in using the Riot client, I receive the authentication code by e-mail without any problem.

Configuration Data:

{
    "type": "multifactor",
    "multifactor": {
        "email": "*********",
        "method": "email",
        "methods": [
            "email"
        ],
        "multiFactorCodeLength": 6,
        "mfaVersion": "v2"
    },
    "country": "en",
    "securityProfile": null
}

Issue:

I am seeking assistance to resolve this issue so that I can successfully receive the two-factor authentication email when using the "Auth Request" feature.

kr1s0404 commented 6 months ago

I am having the same issue here. I have asked other developers, he told me that Riot 2FA system implemented a new Captcha system, in order to use this 2FA API, we have to bypass(?) the Captcha, but I am not sure how to do this.

kr1s0404 commented 6 months ago

@techchrism do you have time to look into this issue?

techchrism commented 6 months ago

I think bypassing captchas is outside the scope of the api docs but I'll leave this issue open until I have time to update the docs with this new info.