locked
Web API Windows Azure Authentication RRS feed

  • Question

  • I am developing an Application using  Web API  and HTML5 to be hosted using Windows Azure. I tried Authentication using the Simple Membership using Account Controller copied from the MVC Web Application. Is it right method. Is there any better method for Authentication. 
    Tuesday, July 23, 2013 5:06 PM

Answers

  • It doesn't hurt and is a good approach, the code generated when using MVC template is not bad but most likely will need changes (according to requirements of your project).

    if you need basic authentication sure account controller will do the trick and you can enhance the code if you need to.

    if you want something more custom, let us know what you are trying to achieve and we can try to suggest options

    -----------------------------------------

    Please mark as answered if it helped


    Please mark as answered if it helped Vishal Narayan Saxena http://twitter.com/vishalishere http://www.ogleogle.com/vishal/

    Tuesday, July 23, 2013 5:20 PM