Muszek Posted April 1, 2017 Report Posted April 1, 2017 Hi how is made a mobile app i mean when i try to log in and i need a code the phone is showing actual code in push notification. How to get this "steamguardcodeneeded" event in my node.js app? Quote
Dr. McKay Posted April 2, 2017 Report Posted April 2, 2017 https://github.com/DoctorMcKay/node-steam-user#steamguard Quote
Muszek Posted April 2, 2017 Author Report Posted April 2, 2017 It's not working for me, i want to make an app that'll send an sms with my steamguard code when i try to log in exactly like steam mobile app. I tried it like this: client.on('steamGuard', function (domain, callback, lastCodeWrong) { if(!domain)console.log("We need a 2fa code bro"); if (lastCodeWrong)console.log("Last code was wrong"); console.log("Steam Guard code needed from email ending in " + domain); }); but when i try to log in by steam desktop client nothing happens Quote
Dr. McKay Posted April 3, 2017 Report Posted April 3, 2017 They use some form of push notifications that haven't been reverse-engineered yet, and likely never will. Probably Firebase. 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.