【发布时间】:2017-05-10 12:48:04
【问题描述】:
我目前正在使用后端服务,该服务允许用户使用客户端应用程序上的 Google 游戏库登录。
用户可以通过他们的 gplay id 发送给我们,以便登录或恢复旧帐户。包括他们的 gplay id,用户正在向我们发送以下内容;
GPlay ID: gxxxxxxxxx
GPGS client id: xxx-xxxxx.apps.googleusercontent.com
GPGS auth code: 4/xxxxxxxx
message_salt: <ByteString@xxxxxx>
有没有办法在服务器上使用上述数据,并验证用户拥有他们发送给我们的 GPlay ID?
目前,我没有看到任何方法来验证用户对其 GPlay ID 的所有权 - 我也没有看到任何明显的方法可以将其与他们的客户端 ID 或身份验证代码进行比较,以确保用户的登录请求/restore an account using their GPlay ID is legal.
有谁知道您可以通过上述数据验证用户的任何方式吗?
【问题讨论】:
标签: java android google-play google-play-services google-play-games