Hi,
i am searching for weeks for an example how to implement a Token Based Authentication for WebAPI2 WITHOUT the use of ASP.NET Identity? Everything what i have found is based on ASP.NET Identity. I want to use my own custom database for storing the users and the tokens (maybe also per device).
best regards
Bog