Question

I am developing an email campaign application in PHP and using MongoDB to store user campaigns. I need suggestions to store my users profile and login credentials so that I can relate each user with his created campaigns.

As of now I am just saving all campaigns as mongo documents in campaigns collection. Now I want to make the users login first and then save user id with each campaign they create.

Thanks.

No correct solution

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top