All Questions
Tagged with access-control mongodb
2 questions
1
vote
0
answers
38
views
Optimised MongoDB design for access control at project/organisation level
I'm looking for the optimised approach of designing MongoDB database collections where there are three stakeholders-
A User (who accesses a portal).
An Organization (which can have multiple Projects)....
-1
votes
1
answer
376
views
mongoDB user management (built in or own implementation) [closed]
I started to evaluate mongoDB for a product catalogue.
Regarding user management and access control: When to use the mongoDB's built in user management and when build one on the application layer?
...