Skip to main content

Posts Tagged ‘webapi’

Token Based Authentication in Web API 2 via OWIN

The security in WebAPI is important and cookie based authentication has existed for a long time. You may be curious why we still need token based Auth and why it is becoming more and more popular in recent years. This blog was created to guide you through some core concepts and set up a token […]