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
Post a Comment