Hi,
I am currently setting up my own portal to access the coronaCloud functions.
Got leaderboards and news done, but my question is regarding single sign-on.
So lets say a user creates a new account in my game using the coronaCloudController.registerUser function.
Does that user need to sign in each time he opens the app from afresh?
Or can I call a function in corona-cloud-core.lua to check if user exists and therefore passses the currentAuthToken to sign in automatically?