Hi,
I am using Skygear Javascript SDK.
I have logged using Skygear social login and got a user object same as (skygear.auth.currentUser). However, when I refresh the page, the same object (skygear.auth.currentUser) is empty(null).
Do we have to log in manually on every refresh? or Is there any other way to check login state using access token? or any other possibility?
Could anyone please help me on this?