Jump to content
McKay Development

State of feature/appauth branch


loch

Recommended Posts

Currently there is a feature branch called appauth which contains methods for retrieving the auth session ticket (SteamUser.getAuthSessionTicket) -- does this feature work correctly? I saw in another thread that Dr. McKay was acknowledging that fetching such a ticket was not possible _after_ commits to this branch had been made.

 

I'm interested in retrieving the auth session ticket for a game. I understand that it would be effectively impossible to circumvent certain features that fall under VAC, but in this case there are web services which use the auth session ticket which would be useful to me.

 

Currently I'm able to receive a ticket, but presenting said ticket to the server I'm trying to talk to results in an "unauthorized" response.

 

Anyone know if this feature is working + I'm doing something wrong, or if it's currently not working, and what needs to be done to fix it?

Link to comment
Share on other sites

Good info, thanks.

 

I think having to slice it just comes down to the developers' implementation of their services. I have to send the steam ID separately, so basically all I have to do is take the first 8 bytes and send it as the steam ID, then the rest of the bytes are the token. I'd say this functionality is all working correctly.

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
×
×
  • Create New...