Using ASP.NET Identity as an iOS / Android Backend

I have an ASP.NET SPA (VS2013) site that allows users to register (locally or via Facebook) to use the site. The back is ASP.NET web api. In the future, I would like to use the same web services from a native iOS app. Is there a way to validate user credentials and register them from iOS / Android login?

+3


source to share





All Articles