Can I override or extend UserManager FindByEmailAsync()?
My login method is below and you’ll see I have to call my user again after I fetch it with _userManager.FindByEmailAsync()
because there are a couple of fields Points
and Tokens
that are calculated as a Sum()