Honglin Ye wrote:
Vadim Gritsenko wrote:
More complicated (and better) solution will use username/password
provided via Database.getCollection() and give/reject access to the
collection based on the authentication (password matches username),
and authorization (user is in the group which has access to the
collection) rules.
Authorization / authentication information should be stored in the db
itself, in system collection.
Hi, Vadim,
Thanks. Is the solution you provide already in? I need 'the
better' solution.
No. It needs to be developed.
Vadim