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.
Added caching for preventing many requests to steam if we using many instances at once.
For preventing cm's obsolescence added deleting them every minute.
Would be better to use ttl-cache, but i didn't find it in Std-lib (and created PR).
Added caching for preventing many requests to steam if we using many instances at once. For preventing cm's obsolescence added deleting them every minute.
Would be better to use ttl-cache, but i didn't find it in Std-lib (and created PR).