Using couchdb authentication by xmpp users
Posted
by flossy
on Stack Overflow
See other posts from Stack Overflow
or by flossy
Published on 2010-06-11T08:29:27Z
Indexed on
2010/06/11
8:33 UTC
Read the original article
Hit count: 252
Hi, I'd like use couchdb for a web application with external user authentication by a XMPP-Server (Openfire). How can I achieve that? Let's say we have thre users:
Now [email protected] should be able to read all documents that are suited for basic users. [email protected] should be able to read AND write all documents that are suited for basic users. [email protected] should be able to read all documents that are suited for basic and advanced users.
Is that possible?
© Stack Overflow or respective owner