#
Introduction
- The app server needs to implement the HTTPS callback API for game server authentication and obtaining basic user information.
- mgp-auth-go provides most functions for callback API implementation. The app server only needs to implement the HTTPS API and call mgp-auth-go.
SDK environment requirements
- Go Version1.16 or later
- Contact Sud.Tech to allocate
appId
,appKey
, andappSecret
for your service.
Integration process
Import go.mod to the project.
replace github.com/SudTechnology/mgp-auth-go => /localpath/github.com/SudTechnology/mgp-auth-go
Use the APIs provided in SudMGPAuth to implement the following callback APIs for game server authentication and obtaining basic user information. For more information, see Demo.