DB-First authentication confusion with ASP.NET Web API 2 + EF6
I need to create a Web API C# application for an existing MySQL database. I’ve managed to use Entity Framework 6 to bind every database table to a RESTful API (that allows CRUD operations).