Anyway to let Steam Page handle the authentication flow? #430
-
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: |
Beta Was this translation helpful? Give feedback.
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 |
Beta Was this translation helpful? Give feedback.
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
steam
package for any of that.