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

GetAuthSessionTicket implementation #715

Open
jesterret opened this issue Aug 27, 2019 · 2 comments
Open

GetAuthSessionTicket implementation #715

jesterret opened this issue Aug 27, 2019 · 2 comments

Comments

@jesterret
Copy link

Hey, would You be interested in getting a implementation of ISteamUser.GetAuthSessionTicket added here?
If so, would You suggest having it as new handler (SteamAuthTicket?), or perhaps tacking the method on to already existing handler, like SteamUser or SteamApps?
Even though it's not verified by steam, proper implementation should probably use PublicIP and ServerTime out of SteamUser.LoggedOnCallback, but it also needs Tokens from SteamApps.GameConnectTokensCallback and ability to call SteamApps.GetAppOwnershipTicket.
There's also problem when someone tries to call it before receiving GameConnectTokens, since those are needed, but I'm not sure if I should care?

My current implementation can be found here, and I'd love to get it built-in, as I believe it might be useful to some people.

@molecul
Copy link

molecul commented Nov 10, 2019

need it

@otherstopsail

This comment was marked as spam.

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

5 participants
@xPaw @jesterret @molecul @otherstopsail and others