Jump to content
McKay Development

qulery

Member
  • Posts

    3
  • Joined

  • Last visited

qulery's Achievements

  1. community.login(params); The login method via SteamCommunity no longer returns incorrect Cookies. Trying to use it with manager.setCookies() will result in an error. The solution is to use steam-user, as shown in the @accxak example above. This returns the full-fledged cookies. 😀
  2. Steam Developer, I've delved further into the documentation and found that employing disableMobile: true rectifies the issue at hand. From WIKI: "disableMobile": false // pass `true` here to have node-steamcommunity not use the mobile login flow. This might help keep your login session alive longer, but you won't get an oAuth token in the login response. I would like to express my gratitude to Dr. McKay for his substantial contributions and for turning this into reality. His code served as a source of inspiration for me in the past.
  3. Hello! I am having a similar issue. This problem paralyzed the account authorization system on my server.
×
×
  • Create New...