.NET
Microsoft Technologies based on the .NET software framework.
3,798 questions
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
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?
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.