yoranjj Posted March 8, 2016 Report Posted March 8, 2016 Hi, What is the right way to setup and enable 2FA and successfully log-in w/ TOTP (to get an auth code) and steam-community? I used this to setup 2FA on my second IOS device, everything went fine. https://github.com/DoctorMcKay/node-steamcommunity/blob/master/examples/enable_twofactor.js After successfully enabling 2FA, i used this example (from node-steam-tradeoffer-manager) to login, but I keep getting an "Steam login failed; SteamGuardMobile" error. So my question is, why am I getting this error? Did I do something wrong? Quote
Dr. McKay Posted March 8, 2016 Report Posted March 8, 2016 You use node-steam-totp to generate a login code from your shared_secret, and pass it to node-steamcommunity's login method as twoFactorCode. Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.