liamcottle / valorant.js

This is an unofficial NodeJS library for interacting with the VALORANT API used in game.
103 stars 19 forks source link

Fix login problems that were preventing the module to work #37

Open rtrampox opened 3 months ago

rtrampox commented 3 months ago

Update minVersion of TLS from TLSv1.2 to TLSv1.3, add a function to fetch the latest client build and version, that were preventing the module from working. Fix token parsing from URL that were not working, as Riot probably updated the URL parameters.