Authenticating WEB API and knockout Js view model
I am trying to create secured MVC4 web API project. In this application
knockout Js will access API service directly. I need authentication on
his. I am confused how to apply authentication only on web api. I can't
use MVC authentication because other projects also share same API
services. Any one please suggest a good solution using knockout js and web
api. I tried Thinktecture.IdentityModel but I am not able to use knockout
Js in it. this project is in .net 4.0. Thanks in advance
No comments:
Post a Comment