-
Notifications
You must be signed in to change notification settings - Fork 13
Does not work with SteamGuard #1
Description
Normally when issuing a login request against the Steam API, if SteamGuard is enabled for the account, there is a pause allowing the user time to enter the verification code. This step in two-factor authentication is required in order to authorize a new computer (and copy down the cached auth to the server).
However, the script written attempts to apply other scripts after the login command, and does not pause for user input in the event that a steamguard code is required.
The workaround, of disabling SteamGuard, is a bad idea, and a security risk.
I'd suggest enabling SteamGuard on your account (you can always disable it later) and testing the setup/install process and applying a patch to detect for this eventuality.
Otherwise, I'm pretty excited by this project, and hope I can use it in the future.