I signed in use forio login page, so I don’t have user name and password to create Auth Manager. I like to getCurrentUserSessionInfo, and I tried
var authMgr = new F.manager.AuthManager(); console.log(authMgr.getCurrentUserSessionInfo());
It doesn’t work. How do I get current user name and other info after logged in?
Thanks