Sachin Singh

Sachin Singh

  • 10
  • 55.8k
  • 75.2k

Why do OAuth packages in ASP.NET depend on Owin?

Jul 5 2020 9:38 PM
There are multiple ways to secure a rest service like Basic authentication,API Key Authentication but OAuth is the most preferred ,I am new to Asp.Net and no nothing about Owin ,I have created a web Api project and now i want to secure it with OAuth 2.0 ,but all packages depend on Owin like Microsoft.Owin.Security.OAuth.Why do i actually need Owin to implement Oauth? Can't i simply implement OAuth in my project?

Answers (2)