Implementing authentication and authorization with React hooks, .NET Core Web API, and SQL Server
I have an application that I have built using React hooks, a SQL Server database, and a .NET Core 3.1 Web API. I'm really struggling to understand the relationships of the all the moving parts. I want to avoid reinventing…