Excessive Data Exposure in AuthenticateUserAsync

Sharath C 1 Reputation point
2022-08-01T08:14:23.573+00:00

....
result = await this.localAuthManager.AuthenticateUserAsync(credentials).ConfigureAwait(false);

....
return Unauthorized(result);

ASP.NET Core
ASP.NET Core
A set of technologies in the .NET Framework for building web applications and XML web services.
4,197 questions
{count} votes