How to implement Token Based Authentication without using Katana ? there is any way to implement without Katana ?
1 Answer
If you don't want to use Owin(Katana), you should write your custom authentication.
There is a good example here.
If you don't want to use Owin(Katana), you should write your custom authentication.
There is a good example here.