4
Answers

Token based Web Api authentication in asp.net MVC

I want to Token based web api authentication in MVC.
I mean when i register user then generate unique token and then if token match then after login.

Answers (4)