Hi!
I have a site which is built on AspNet Identity, and I would like to have an api method (not using Headless) that returns logged in status for the current user.
Is this possible?
It looks like this:
As you can see, I get Name "" and only the "Everyone" and "Anonymous" role, even thought the user is logged in.