DoctorMcKay / node-steam-session

Node.js module for authenticating with the Steam auth server. Allows for generating refresh tokens and web auth cookies for use with steam-user and other packages.
https://www.npmjs.com/package/steam-session
MIT License
112 stars 20 forks source link

Generated QR Code not working.... #20

Closed domsen123 closed 1 year ago

domsen123 commented 1 year ago

Describe the bug

examples/login-with-qr.ts is not working... when you scan the generated QR Code an error is showing up in the authenticator app and none of the events are fired.

Versions

node: v18.12.1

let session = new LoginSession(EAuthTokenPlatformType.MobileApp);
session.loginTimeout = 120000; // timeout after 2 minutes
let startResult = await session.startWithQR();
domsen123 commented 1 year ago

its caused by my authenticator app.. -_-