Allow users to access other users' data in couchdb -


i have _users database secured, user can access own information. however, i'd other users able retrieve public information such email addresses, real names, , phone numbers. what's best way can go accomplishing this?

you can store info in _local database, e.g. _local/userinfo.json. of course need know url of other users.


Comments

Popular posts from this blog

SPSS keyboard combination alters encoding -

Add new record to the table by click on the button in Microsoft Access -

javascript - jQuery .height() return 0 when visible but non-0 when hidden -