Jump to content
McKay Development

GitHub

Bot
  • Posts

    1625
  • Joined

  • Last visited

Everything posted by GitHub

  1. Fixed timeout error when calling getWebCookies() or refreshAccessToken() immediately after authenticated for EAuthTokenPlatformType.SteamClient Updated docs to reflect Steam changes Full Changelog: v1.3.1...v1.3.2 View on GitHub
  2. Fixed logins failing with error FileNotFound due to Steam change Please Note: Steam no longer returns access tokens for new login attempts. Therefore, accessToken will be undefined when authenticated is emitted. Access tokens are only useful as web cookies, and getWebCookies() automatically attempts to refresh the access token as necessary, so no change should be needed from you if you aren't directly accessing the accessToken property. Full Changelog: v1.3.0...v1.3.1 View on GitHub
  3. A sessionid cookie is now always returned to getWebCookies() (thanks @Sadzurami in #24) EAuthTokenPlatformType is now validated when you assign a refresh token to the refreshToken property (thanks @Sadzurami in #25) Added renewRefreshToken() method to LoginSession Full Changelog: v1.2.5...v1.3.0 View on GitHub
  4. Fixed crash when attempting to log on using a refresh token (bug #451) Full Changelog: v4.29.0...v4.29.1 View on GitHub
  5. Sentry files are no longer used by Steam in favor of machine auth tokens, and related functionality has been removed setSentry() is now deprecated. Use the new machineAuthToken property in logOn() instead. The sentry event is now deprecated. Use the new machineAuthToken event instead. The singleSentryfile option has been removed, since all machine auth tokens are account-specific The dontRememberMachine property in logOn() has been removed If you have been allowing steam-user to automatically manage your sentry files, steam-user will now automatically manage your machine auth tokens, and no change is required from you. If you have been using the sentry event and setSentry() method, changes have been made in a backward-compatible manner, and your code will continue working until version 5, when these deprecated symbols will be removed. Web session cookies are now generated using the new auth system, which should be more reliable going forward Full Changelog: v4.28.9...v4.29.0 View on GitHub
  6. Access tokens are now directly returned as cookies in getWebCookies() for EAuthTokenPlatformType.SteamClient, to match official client behavior Full Changelog: v1.2.4...v1.2.5 View on GitHub
  7. Added 'br' language for Brazilian Portuguese by @matheustav in #332 Removed deprecated appdirectory dependency Full Changelog: v2.10.5...v2.10.6 View on GitHub
  8. Updated enums Removed deprecated appdirectory dependency Full Changelog: v4.28.8...v4.28.9 View on GitHub
  9. Now uses kvparser for VDF parsing, which is more compatible with the VDF format Full Changelog: v4.28.7...v4.28.8 View on GitHub
  10. Fixed errors in getWebCookies() not being catchable by @Sadzurami in #23 Full Changelog: v1.2.3...v1.2.4 View on GitHub
  11. Fix resolving vanity returning error by @HerrEurobeat in #314 Full Changelog: v3.46.0...v3.46.1 View on GitHub
  12. Improved compatibility with using proxies on newer versions of Node.js Full Changelog: v4.28.6...v4.28.7 View on GitHub
  13. Add full sharedfiles support by @HerrEurobeat in #306 Full Changelog: v3.45.3...v3.46.0 View on GitHub
  14. Error messages in reply to getConfirmations are now more descriptive, if a descriptive error message is available Full Changelog: v3.45.2...v3.45.3 View on GitHub
  15. Fixed getConfirmations and acceptConfirmationForObject returning 404 error Added sending and timestamp properties to CConfirmation objects Full Changelog: v3.45.0...v3.45.1 View on GitHub
  16. Fixed getConfirmations and acceptConfirmationForObject returning 404 error Added sending and timestamp properties to CConfirmation objects Full Changelog: v3.45.0...v3.45.1 View on GitHub
  17. Added setMobileAppAccessToken method This is required before using enableTwoFactor, finalizeTwoFactor, or disableTwoFactor Full Changelog: v3.44.4...v3.45.0 View on GitHub
  18. Changed default value for disableMobile in login method to true Fixed login not working at all with "Malformed response" error when logging in with disableMobile: false Steam is no longer issuing oauth tokens, so the oAuthToken value in the login callback will always be null from now on View on GitHub
  19. At some point, the structure of how manifest IDs are represented in appinfo has changed. This release adds a shim to support passing the old format into getManifest. Full Changelog: v4.28.5...v4.28.6 View on GitHub
  20. Fixed error when calling getProductInfo due to Steam changes Fixed endAuthSessions not working properly, thanks to @Sadzurami in #436 Full Changelog: v4.28.4...v4.28.5 View on GitHub
  21. Add access modifiers to private properties/methods by @timvandam in #17 Full Changelog: v1.2.2...v1.2.3 View on GitHub
  22. Fixed an issue where the user event might stop emitting and memory usage would spike Full Changelog: v4.28.3...v4.28.4 View on GitHub
  23. Replaced VDF parser dependency to fix issues parsing some VDF, particularly in appinfo (issue #397) Full Changelog: v4.28.2...v4.28.3 View on GitHub
  24. Fixed issues importing types in TypeScript consumer applications View on GitHub
  25. Fixed timeouts when calling createAuthSessionTicket not properly rejecting the returned promise (thanks to @kgns in PR #430) Full Changelog: v4.28.1...v4.28.2 View on GitHub
×
×
  • Create New...