question

Taran Saini avatar image
Taran Saini asked

Will attempting to login whilst already logged in cause any issues?

This our current setup for account deletion. If a player has logged into their account and then wants to delete their account they must first provide/enter their password for that account (If they have register their account). The password they provide/enter will then be verified to make sure that it is the correct one before the player can continue with the deletion process.

For password verification we call the LoginWithEmalAddress API. My initial thought was that this would return an error stating that the player was already logged into this account on the device but instead it return successfully.

I wanted to know if this would cause any issues or conflicts if the player decided that they didn't want to continue with their account deletion and went back to playing the game.

Just to confirm the player would be attempting to log into an account they are already logged into on the same device (to check if the have provided the correct password).

apisAccount Management
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

·
Neils Shi avatar image
Neils Shi answered

Login again only refresh the Session Ticket and Entity Token for the current player. And it will not cause any issues.

1 comment
10 |1200

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

Taran Saini avatar image Taran Saini commented ·

Thank you!

0 Likes 0 ·

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.