question

Gleb avatar image
Gleb asked

Log in with game website

Hello,

I want to make sure that players can log into their account through the game site. Is it possible to do this?

10 |1200

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

1 Answer

·
brendan avatar image
brendan answered

I take it you mean a web-based game? In general, you would do the login call from the client device, via a web API call (Client API). Once you have a session ticket, you can then use that with any other Client API call from the client, but you can also just share the session ticket with your game, so that it can make Server API calls from your server to ours to act on the user account.

10 |1200

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

Write an Answer

Hint: Notify or tag a user in this post by typing @username.

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.