I have a site running mvc4 with simplemembership provider.
I want to let my users access the same data on a phone (ios, android, wp8) as on a webpage, hence I need them to logon to the same user database as my MVC.
How do I verify the password from the app against the database? the phone app not from a webbrowser on the phone... a native phone app :)
Don't know if the question is clear, if it's not, let me know :)
To be more specific:
I need to login from my app, with the same username and password as I would do on the website... I'm using the simplemembership provider which is part of the webmatrix.webdata.websecurity on the webpage and it's obviously not available for the phone sdk... any hints?