How does one set up a verification system where,
User tries to verify their in-game account with there money or uuid ( Stored in a SQL database)
they have to answer an exact number or uuid ( Stored in their database )
* User: I would like to connect my account with my steam account UUID (game)
*Website: Okay please tell me what your in-game UUID is
*User: 231345214214 - uuid
*Website: you have now connected your website account with your in-game player/account/whatever..
*backend it stores the users connect uuid into the database under tables user.
User tries to verify their in-game account with there money or uuid ( Stored in a SQL database)
they have to answer an exact number or uuid ( Stored in their database )
* User: I would like to connect my account with my steam account UUID (game)
*Website: Okay please tell me what your in-game UUID is
*User: 231345214214 - uuid
*Website: you have now connected your website account with your in-game player/account/whatever..
*backend it stores the users connect uuid into the database under tables user.
