How does cloud dashboard integrate with my game

Hi all,

I want to use Corona Cloud for Leaderboards in my game. I am calling gameNetwork.show(“dashboard”) in my app which allows me to do all the login/register process, but it feels like this is completely separate from my game. How do I tell my app that the user has logged in as corona cloud user? Is there any detailed tutorial on how to integrate this into your app? Does the gameNetwork lua file return any params that I can use .i.e. the username and authToken so I can submit the users score to a leaderboard?

Thanks,

Gooner87