LouisAsanaka / Valorant-Zone-Stats

View your VALORANT performance in different areas of every map in the game!
MIT License
99 stars 18 forks source link

Linux support #8

Closed Tezcatlipoca22 closed 2 years ago

Tezcatlipoca22 commented 2 years ago

Hello,

Is linux supported for this version ?

LouisAsanaka commented 2 years ago

Hi, Linux is currently not supported. The main reason is the lack of username/password authentication, which I didn't really think should be a thing for a program like this, especially since VALORANT is a Windows-exclusive game. The program currently authenticates with the Riot Client's logged-in credentials, which does not give the program access to the user's password in any way. The program should definitely be able to run on Linux otherwise (other than some Windows paths being used afaik).

However, if I ever get around to making a web version of this, username/password authentication would be necessary, which would mean cross-platform support.

Hope this answers your question!

Tezcatlipoca22 commented 2 years ago

Hey,

Thank you for your reply, I asked the question because I want to develop a web app that looks like yours but I want to host it on a linux server.

But thanks anyways,

LouisAsanaka commented 2 years ago

Hey,

Thank you for your reply, I asked the question because I want to develop a web app that looks like yours but I want to host it on a linux server.

But thanks anyways,

It shouldn't be that hard to implement password authentication (something like this). There are actually more resources on that then cookie authentication.