I am using the ASP.NET Identity Library in my Blazor Server app. Is there a way to have that library log activity?
I have a user that is asking it for the forgot password email. Her email is in the Identity DB. I’d like to have it log those requests, and have it log if that user was found and if the email was sent.