Best way to get SSID cookie from user through a discord bot

160 views Asked by At

I am currently working on a discord bot that retrieves stats from the Riot games Valorant API, and for certain API access, I need their SSID cookie. One way I can obtain the cookie is through a Riot endpoint, but I need the user's username and password data. Is there any secure alternative where the user won't have to directly send their login info to my bot, or is there no other way since Riot's official OAUTH2 is private?

0

There are 0 answers