seishun / node-steam

Interface directly with Steam servers from Node.js
MIT License
1k stars 181 forks source link

2 factor auth and sentry file #390

Closed rtm516 closed 7 years ago

rtm516 commented 7 years ago

Hello i have modified the offerbot example to use 2 factor auth codes by changing the logon options to `logOnOptions.two_factor_code = SteamTotp.getAuthCode(sharedSecret); this works but if i try and login using the sentry file after loging successfully it disconnects me. And from my knowledge, i can't trade for 1 week of authorising a machine.

Code: http://pastebin.com/gZpV9Dqv Video: https://youtu.be/JPWXFsywCJE

Any help would be appreciated.

scholtzm commented 7 years ago

The sentry file is useless once you setup 2FA on your account. You need to provide 2FA code every time you log in.

seishun commented 7 years ago

⬆️