Token based authorization in asp.net webAPI entity framework
I need to create bearer token based web API to be consumed in a Android app, so I want to create a web API using asp.net web API with entity framework, I had never created web API before so any easy to understand article or tutorial.