Authenticating requests from mobile (iPhone) app to ASP.Net Web API (Feedback requested on my design)

前端 未结 3 1959
爱一瞬间的悲伤
爱一瞬间的悲伤 2021-01-29 21:51

I\'m designing a web site that will have a mobile companion (initally iPhone only). The web site will be an ASP.Net MVC 3 application. I\'ll also have an ASP.Net Web API site (M

3条回答
  •  青春惊慌失措
    2021-01-29 22:23

    I did it using asp.net mvc 4.0/web api basic membership. you may find it helpful.

    Yeah, Use SSL for sure

    https://github.com/aamir-poswal/Mobile-Apps-Authentication-Authorization-ASP.NET-WEB-MVC-4.0

提交回复
热议问题