Closed typhonshambo closed 1 year ago
I'm also very interested in 2fa support, is there any chance this gets implemented? (@floxay)
I modify code from Prodzify/Riot-auth, transfering requests.session.cookie
to aiohttp _cookie_jar
, now 2fa is supported login and cookie reauth with python-riot-auth
https://github.com/Aewait/Kook-Valorant-Bot/blob/main/code/endpoints/EzAuth.py
you can see example at
when EzAuth object get token successful, you could get RiotAuth object by EzAuth.get_RiotAuth()
The auth gives error when the account have 2fa enabled!