Uh oh!
There was an error while loading. Please reload this page.
Anyway to let Steam Page handle the authentication flow? #430
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Hey, I am working on a website where the user may need to sign in to his Steam account so they can see the games they own. So, is it possible for us to redirect the user to the Steam Page for authentication and then get the I am using the following: |
Replies: 1 comment 1 reply
If you are making website you can let users login with OpenID. You will get their Steam ID, and you can then use the Steam WebAPI to request information, like the games they own as long as they have their profile privacy set to public. You don't need |
If you are making website you can let users login with OpenID. You will get their Steam ID, and you can then use the Steam WebAPI to request information, like the games they own as long as they have their profile privacy set to public.
You don't need
steampackage for any of that.