-
Notifications
You must be signed in to change notification settings - Fork 84
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
generate_emu_config: Fix credentials #75
Conversation
use an updated fork
You can put the username and password in the txt file and use it continuously. |
I strongly advise against storing sensitive data in plain text. |
If 2fa/email code is enabled you need to enter it every login, with this you can skip it, even login without password, like real steam. And this is already in generate_emu_config, I just fixed it.
This token itself is encrypted, better than plain text password. |
Of course, but if that token is exposed, it could be exploited. |
I didn't understand this sentence. "save password in a plaintext file." Did you mean token? |
…`-dt` to disable refresh_tokens saving
oh I mean "... and no need to save password in a plaintext file.", missing a bit, sorry 😅 |
I added a switch to prevent saving token to disk. |
Really cool idea. Mind if I integrate it in generate_emu_config on my gse_fork? |
No, feel free to :-) |
Shouldnt saving into disk would be opt-in not the saving on disk to be opt-out? |
Ok, updated |
Neat, thanks! |
so no need to enter 2fa code every time and no need to save password in a plaintext file.