mbouldo / login-with-steam-php

A simple login with Steam starter project using open ID and PHP
15 stars 3 forks source link

Questions with Login Steam PHP #1

Open crashzk opened 1 year ago

crashzk commented 1 year ago

First I want to thank you for sharing this code, and for the video tutorial explaining it too.

Come on, I would like to know if I can implement in this Login With Steam PHP script the Discord option as well.

I saw that you already made a tutorial about the Discord option as well. What I would like would be to create a web page where the user logs in through Steam and/or Discord and records his data in a database.

I intend to use this data later to synchronize with my CSGO servers, so I can automatically give privileges to players based on this data and in addition to other resources that I have in mind.

mbouldo commented 1 year ago

Yup! Just follow the tutorials seperate to create the two buttons;

Then integrate them with the database video: https://www.youtube.com/watch?v=A9fhwOHZSdU

The steam one will be a little bit different, but same idea.

I don't know how CSGO handles servers and privilege output, but if its a matter of database permissions then you will be good to go.