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.

没有正确的解决方案

许可以下: CC-BY-SA归因
不隶属于 StackOverflow
scroll top