Step by step guide to user authentication using ASP.NET Core 7, Identity, PostgreSQL — The goal After completing this guide you will have created an ASP.NET 7 web API that exposes a secure endpoint. The secure endpoint can only be accessed by users who have a registered account in your system. To store the user data you will be spinning up a PostgreSQL docker container, and…