I have an application made in ASP.MVC where I implemented ASP.NET Identity for user registration / login.
Now I have to create a Web API Rest with a simple authentication, only a single user and a unique password.
Can anyone give some tips how to implement this basic authentication in the Web API?
Thank you