Hacker News new | ask | show | jobs
by justinclift 4015 days ago
Looking at the OPSkins website (https://opskins.com), they have authentication setup so people can login using their Steam account.

I'm interested in creating a web app that allows auth via Steam account too, but I'm not seeing any docs about how to make that happen.

Anyone know how that's done?

[follow up edit] This seems to be it → https://steamcommunity.com/dev

Looks like there's a Steam Web API that allow auth via Steam OpenID. Likely workable. :D