Strategies for Securely Handling User Authentication in .NET Core?

Kevin Beasley 0 Reputation points
2023-09-23T16:04:09.2266667+00:00

I am working on a .NET Core project and need to ensure secure user authentication. Can anyone share insights, recommendations, or resources on implementing secure authentication mechanisms in a .NET Core application?

.NET
.NET
Microsoft Technologies based on the .NET software framework.
3,798 questions
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. Krew Noah 500 Reputation points
    2023-09-23T16:47:08.0033333+00:00

    Leverage ASP.NET Core Identity for user management and authentication. Use OAuth 2.0 and OpenID Connect for external authentication. Implement multi-factor authentication (MFA) and always store passwords securely using hashing and salting.

    0 comments No comments

Your answer

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