DoctorMcKay / node-steam-user

Allows interaction with the Steam network via the Steam client protocol
https://dev.doctormckay.com/forum/7-node-steam-user/
MIT License
892 stars 157 forks source link

when relog account, config renewRefreshTokens options not working #460

Open hrjoyce1990 opened 1 year ago

hrjoyce1990 commented 1 year ago

Describe the bug

1、when steam ClientLoggedOff, in _handleLogOff function call logOn params is true, _logOnDetails not reset. 2、remove remember_password param, may cause should_remember_password allways false(first login refreshToken will undefined) 3、config renewRefreshTokens true,first logon details.refreshToken will undefined , this config can not run.

Versions

steam-user v.5.0.1

I hope you can give me a demo steam-user can autoRelogin,thanks