geel9 / SteamAuth

A C# library that provides vital Steam Mobile Authenticator functionality
MIT License
276 stars 102 forks source link

I can't get auth_token from login response #62

Closed sbaisarov closed 7 years ago

sbaisarov commented 7 years ago

Hello. I've been inspecting the library just to get to know what requests should be used to link authenticator. Making a request to the https://steamcommunity.com/login/dologin results in such a response: {'requires_twofactor': False, 'success': True, 'transfer_urls': ['https://store.steampowered.com/login/transfer', 'https://help.steampowered.com/login/transfer'], 'login_complete': True, 'transfer_parameters': {'remember_login': False, 'token': 'B05BCB25462C53AC9C0EF04E0EE16788C15CD819', 'token_secure': '5D9DC10A228229464E03CF7914958742BEB580D6', 'auth': '674d0b6c53d3889102219cf040cc0f24', 'steamid': '76561198349014164'}} and no property called auth_token in order to use it in https://api.steampowered.com/ITwoFactorService/AddAuthenticator/v0001/ Can anybody help me here? Cookies and headers are exactly the same as in this library.