I have a two questions about authentication involving CouchDB. The questions are about a CouchApp with private data + a login app.
-
First of all I want to be sure I got this right. If you make a database completely private ( no reading, no writing, no updating, …) you need an extra public database + app to do the actually logging in right?
-
Does CouchDB have something that if you get a 401 it redirects to something else?
After reading the discussion at issue 1175 I can answer my own questions.