0

I am having a CouchDB and any anonymous user without even being signed in can delete the document. How do I tackle this such that only the document created by a particular user can delete it. I am using CouchApp

swaroopsm
  • 1,389
  • 4
  • 18
  • 34

1 Answers1

0

You can configure it.

Follow the steps below.

1) Login as admin into couch db
2) Click on "Configuration"
3) look for "require_valid_user" and make it true

Done...

Kiruba
  • 23
  • 1
  • 6