Click here to Skip to main content
15,885,546 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
I am creating an asp.net Web API 2 project which will contain services that will be accessed by a variety of client types. (iOS, android, web) I would like to use tokens.

I have a user/password store in MongoDB, and would like to authenticate against this, rather than using the membership database which is the default when setting up a new Web API 2 project and selecting "Individual User Accounts" as the "authentication" option.

What would be the best approach here?
Posted

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900