-1
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, just a single user and a single password.
Someone can give you tips on how to implement this basic authentication in the Web API?
Thank you
Good Ttkdroid, I appreciate your reply. It was a good way to do if the password security was not zero.. Is there no other safer way? Thank you
– Miguel
It all depends on how your backend works. If it works with Basic authentication, or Digest or even Oauth2... if you are building the backend, look for JWT (JSON Web Token). I particularly recommend using tokens, but obviously the more elaborate and safe the higher the cost of implementing and testing.
– TTKDroid
Thank you Ttkdroid, I’ll do a search on what you said.
– Miguel
Valeu Miguel... if you think your question has been answered click there.
– TTKDroid