DoctorMcKay / node-steam-session

Node.js module for authenticating with the Steam auth server. Allows for generating refresh tokens and web auth cookies for use with steam-user and other packages.
https://www.npmjs.com/package/steam-session
MIT License
112 stars 20 forks source link

Add ability to logout and thus turn a refresh token into a machine auth #14

Open DoctorMcKay opened 1 year ago

DoctorMcKay commented 1 year ago

For WebBrowser logins, machine auths are only issued when you logout.

akuma0 commented 1 year ago

Hi! i work on it on my side too. if i have some result i will post here. The big problem is that we need to wait the cookie expiration to renew it... It's take sooooo long to test...

akuma0 commented 1 year ago

Hi! Here some news, i'm stuck on the first redirection, i need to send 2 new tokens : steamRefresh_steam & steamMachineAuth. steamRefresh_steam it's ok we have the infos to create it, but steamMachineAuth, i don't know how to make it. When i decode them, they are very similar.