Share via

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);

Developer technologies | ASP.NET Core | Other

Your answer

Answers can be marked as 'Accepted' by the question author and 'Recommended' by moderators, which helps users know the answer solved the author's problem.