DoctorMcKay / node-steamcommunity

Interact with various interfaces on Steam Community from Node.js
https://dev.doctormckay.com/forum/8-node-steamcommunity/
MIT License
473 stars 127 forks source link

getWebApiKey no longer functional #342

Open Hhanuska opened 4 months ago

Hhanuska commented 4 months ago

Due to recent Steam changes API keys are only visible on creation. Calling getWebApiKey will return 00000000000000000000000000000000 image

DoctorMcKay commented 4 months ago

Still working fine on my end. Maybe a temporary Steam issue?

Hhanuska commented 4 months ago

Possibly temporary, but imo more likely new security measure by Steam to avoid api key scams. My accounts got hit with the change at vastly different times too, but none of them show the api key since then.

Hhanuska commented 4 months ago

Looks like you were right, API keys are visible again for me. I guess all that could be done is callback an error if the key is all zeros