A set of technologies in .NET for building web applications and web services. Miscellaneous topics that do not fit into specific categories.
Excessive Data Exposure in AuthenticateUserAsync
Sharath C
1
Reputation point
....
result = await this.localAuthManager.AuthenticateUserAsync(credentials).ConfigureAwait(false);
....
return Unauthorized(result);
Developer technologies | ASP.NET Core | Other
Developer technologies | ASP.NET Core | Other
Sign in to answer