Creating regular users in CouchDB

后端 未结 3 583
猫巷女王i
猫巷女王i 2020-12-04 09:25

How can I create regular, non-admin users in CouchDB?

3条回答
  •  爱一瞬间的悲伤
    2020-12-04 10:31

    I think you have to put a web framework in front to do this the way many sites do. Couchdb admin roles do not work on a record by record basis, so if you create a reader who can read the profiles or account table they can read record.

提交回复
热议问题