Hi Zdradvko,

> Is there perhaps a special (:secured :) lounge where logins, permissions and 
> security are discussed
> ;?)


To make it simple:
- if your authorizations depend only on the requests (URLs, credentials, etc.), 
then you will be able to  handle them outside CouchDB in a reverse proxy,
- if your authorizations depend on the data, you will have to use the existing 
authentication handlers or to write your own... Yes, in Erlang ;)


Regards,

Aurélien 

Reply via email to