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

V1.2.3 my #26

Closed sbigtree closed 1 year ago

sbigtree commented 1 year ago

1

sbigtree commented 1 year ago

cancel

Gobot1234 commented 1 year ago

Just as a word of warning for whoever's refresh token is present in that, never ever push your token. I can't seem to invalidate it which means that your account can just be logged into by anyone who wants to. (Try using session.renewRefreshToken() to do it yourself)