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 access modifiers to private properties/methods #17

Closed timvandam closed 1 year ago

timvandam commented 1 year ago

Thanks for the lib! Was about to make my own when I found this implementation of steam's new login process

In this PR I've added private to all _-prefixed properties and methods in the LoginSession and LoginApprover classes. Still builds, tests still pass, but code completion is now less cluttered with when using these classes.

DoctorMcKay commented 1 year ago

:+1: Looks good, thanks!