Anybody knows if Net Core has any way to get a list of logged in users through the ASP.NET Identity?
I know we can override our ApplicationUser and add some DateTime field like 'LastAction' or 'LastLogin' but I expected this to be solved nowadays without this kind of workarounds.