node-steam-user icon indicating copy to clipboard operation
node-steam-user copied to clipboard

SteamNetworkingIdentity support

Open violantor opened this issue 1 year ago • 1 comments

Hi, Steam has added the ability to use the SteamNetworkingIdentity argument when generating an AuthTicket, is it possible to add support for this feature in your library?

HAuthTicket GetAuthSessionTicket(void *pTicket, int cbMaxTicket, uint32 *pcbTicket, const SteamNetworkingIdentity *pIdentityRemote);

violantor avatar Jul 11 '23 09:07 violantor

It was added because you were able to use other players authentication tickets and impersonate them, the newly added protobuf field is just SteamNetworkingIdentity::ToString

neonnd avatar Jul 20 '23 07:07 neonnd