SteamDepotDownloaderGUI icon indicating copy to clipboard operation
SteamDepotDownloaderGUI copied to clipboard

Remember credentials

Open DogancanYr opened this issue 1 year ago • 14 comments
trafficstars

It asks for steam login information and steam guard code every time, it's annoying to enter it every time.

DogancanYr avatar Dec 08 '23 19:12 DogancanYr

Hi, I believe DepotDownloader is working to solve that issue. Other than that i can't really do anything about it.

mmvanheusden avatar Dec 08 '23 20:12 mmvanheusden

Alright . Can you make it remember the download location ?

DogancanYr avatar Dec 08 '23 20:12 DogancanYr

I looked at the DepotDownloader github page and saw that there is code for remembering the password.

DogancanYr avatar Dec 08 '23 20:12 DogancanYr

I'll look into it

mmvanheusden avatar Dec 08 '23 20:12 mmvanheusden

i honestly don't trust this with my login stuff TwT

BBG56789 avatar Jan 12 '24 15:01 BBG56789

i honestly don't trust this with my login stuff TwT

Check the code for your self then.

mmvanheusden avatar Jan 12 '24 17:01 mmvanheusden

i honestly don't trust this with my login stuff TwT

Check the code for your self then.

True.

DogancanYr avatar Jan 12 '24 17:01 DogancanYr

Is there any news regarding this?

CostaCiruela avatar Jun 05 '24 11:06 CostaCiruela

Is there any news regarding this?

Hi, I made a start of a rewrite of SteamDepotDownloaderGUI. It will eventually have this feature but it is not really a priority right now because of school. Another issue is that as of now it doesn't work on Windows (gtk-rs) which is obviously the major userbase of SteamDepotDownloaderGUI. So I need to find a different framework for this.

I'll keep you updated on it but don't expect it any time soon. Thanks

mmvanheusden avatar Jun 06 '24 09:06 mmvanheusden

You really had to tease us like this? :D

Bluscream avatar Jun 06 '24 10:06 Bluscream

^ Thanks for the info. Best of luck with school and projects

CostaCiruela avatar Jun 06 '24 11:06 CostaCiruela

Thanks everyone for the support!

I found this: https://iced.rs/. Looks perfect for this as I am learning the Rust language so this will help a lot. I hope it integrates better with cross-platform support

mmvanheusden avatar Jun 10 '24 07:06 mmvanheusden

Update: I started working on the rewrite! For now I won't focus on adding new features but instead focus on improving the backend (which is in Rust now!). Once that is fully functional to the level it is currently in JS I will work on adding more features.

Also to get back to the topic of this issue, It seems doable to make SteamDepotDownloaderGUI remember login information so I will see if I can implement this. I will probably need to store past logins somewhere in the folder securely and then check if DepotDownloader has those credentials/tokens whatever saved as well and then act upon that.

https://github.com/user-attachments/assets/dc1e0ba7-dc91-4288-a28f-07fa36ee56fa

mmvanheusden avatar Jul 27 '24 19:07 mmvanheusden