You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For machine id creation SteamUser uses account_name | steamid, while SteamSession only uses account_name as account identifier.
When we logs using SteamUser with refresh token, instance will use steamid, we can't pass account_name.
While SteamSession used account_name while refresh token was created.
Also proposal, but not related this issue: move functions like 'createMachineId' and 'createMachineName', which uses by
both SteamUser and SteamSession, to separate package, like @doctormckay/stdlib/hardware or @doctormckay/steam-hardware or smth like that. Main idea - keep consistency between packages, that consumes that functional.
Describe the bug
For machine id creation SteamUser uses
account_name | steamid
, while SteamSession only usesaccount_name
as account identifier.When we logs using SteamUser with refresh token, instance will use
steamid
, we can't passaccount_name
.While SteamSession used
account_name
while refresh token was created.node-steam-user/components/09-logon.js
Lines 122 to 135 in 686d773
node-steam-user/resources/default_options.js
Lines 26 to 28 in 686d773
node-steam-user/components/09-logon.js
Lines 581 to 588 in 686d773
node-steam-user/components/09-logon.js
Lines 598 to 602 in 686d773
Versions
5.2.0
The text was updated successfully, but these errors were encountered: