Get Current User once Validated?

isValidUser returns true, but for some reason CurrentUser still returns null and I have to login again to get the user. Is there a way to get the user once validated?

Never mind I figured it out.

Hi Antonio,

Just to be sure you solved the problem properly - isValidUser() returns true if current user token is present, but you still have to retrieve the user itself by this token. The reason we don’t keep the whole user object is that it may be too large to keep in memory.