A feed in which different users can add activities

和自甴很熟 提交于 2019-12-11 05:26:30

问题


In my app I want to have some feed where different users can add activities

How can I do this? Are there any settings of user rights?


回答1:


It would help if you could elaborate on what you are trying to build (e.g. what kind of user ACL you are trying to offload to Stream) and whether you are using an SDK or the REST API directly. Multiple users can add activities to the same feed. Regarding user rights, permissions they would be embedded in the JWT token when you're doing server-side authentication, as exposed here.



来源:https://stackoverflow.com/questions/54487890/a-feed-in-which-different-users-can-add-activities

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!