steamAuto8988

Results 9 comments of steamAuto8988

> I confirm that after 1 day the session ceases to be active and the repeated login method does not allow the account to become online, only a complete restart...

@SamuelKollar I can refresh the session with refresh_token generated by steamkit2, but the refresh_token in this project cannot refresh the session. If you need to refresh the session using the...

> > why is this needed? def _random_hex_number(): buffer = secrets.token_bytes(16) hexStr = '' for e in buffer: hexStr += hex(e) return hexStr > > def _generateSessionID(): return _random_hex_number() >...

good,it's still me, if you have a refresh_token ,you want alive refresh a session with steam,invoke ` finalized_response = self._finalize_login() self._perform_redirects(finalized_response.json()) ` function in class LoginExecutor. How todo test? LoginExecutor...

> so we can do a function refresh_session that takes this refresh token and basically clalse finalzie login and performs redicrects? > > Do I understand it correctly @steamAuto8988 ?...

> So how to obtain this refresh token, LoginExecutor does it in `_pool_session_steam`, or should it be done manually > > ```python > def refreshSession(self): > finalized_response = self._finalize_login() >...

> It was a question, loginExecutor does refresh token by finallize login and performing redicrects, so there is no need to provide it manually right? Yes. But my suggestion is...

> Still quite confused. So we need to save this first refresh token to client and the use it in subsequent calls? You are saying that developer would need to...

This library can't finish the job. You should want the search ’steam oauth'。I hava a keyword ,for example: 'https://steamcommunity.com/openid/login'