I'm calling LoginWithCustomID on game code just to be able to call a CloudScript. Are multiple users able to login with the same CustomID even if temporarily?
Answer by Brendan · Jan 28, 2020 at 08:34 PM
No, you should never use the same authentication credential for different users. Each user needs to sign in individually.
Hi!
We want users to sign in with an AuthToken from an unsupported platform (Epic Games Store). It's done via Cloudscript LoginWithServerCustomID but it requires an authenticated user
The options below are from most ideal to least ideal based on the number of temp accounts created
Which one is more viable? Why aren't the ones above it viable?
Delete player throught cloudscript 1 Answer
[CloudScript] Playfab Account Initialization 1 Answer
Delete Player Account from Title. 1 Answer
Server API for AddGenericId and GetPlayFabIDsFromGenericIDs 1 Answer
How to delete players whose emails are not verified and their accounts 1 month old? 1 Answer