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

Steam now has different steamSecureLogin for its 6 domains #38

Closed Markovnin closed 7 months ago

Markovnin commented 7 months ago

Only one pair of web cookies is returns in getWebCookies

https://github.com/DoctorMcKay/node-steam-session/blob/master/src/LoginSession.ts#L796 Starting yesterday Steam uses different steamLoginSecure cookie for its different domains (steamcommunity, store, help, checkout, etc.) while getWebCookies returns only one. Thus, it cannot be used for requests to steam store, help and other domains.

lastelok commented 7 months ago

7 hours ago, in 1.7.2 arleady updated

DoctorMcKay commented 7 months ago

npm update