Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

SteamNetworkingIdentity support #446

Open
violantor opened this issue Jul 11, 2023 · 1 comment
Open

SteamNetworkingIdentity support #446

violantor opened this issue Jul 11, 2023 · 1 comment

Comments

@violantor
Copy link

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);

@neonnd
Copy link

neonnd commented Jul 20, 2023

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants