Get current logged in admin user

Of course, I’ve been using auth: false so that’s why I’m not getting any user state. I tried a different approach now by using the session data created client side and I’m using that data to get the currently logged in user role. It works great now so I will stick to that, even though I’m sure there is a better way.