I am in beijing, and I can't access nodebb website or community without shadowsocks, I think maybe the China GFW block it. If nodebb need more people to use it. This problem should be solved, maybe build a mirror website?
NodeBB write api security
-
Hi Team,
do anyone know how to secure these APIs because currently anyone can perform any operation. is there any bearer token or some security is there so that they shouldn't be publicly available for everyone.
It will be really helpful if someone already came across this.
Thanks,
Abhishek -
@abhishek-yadav if you have a security issue to report, please contact NodeBB by email [email protected]
The write API is secured behind a bearer token, either a master or user one.
-
@pitaj can you please share from where i can generate bearer token ? is there any documentation link please share.
-
@abhishek-yadav I found it under Settings -> API access.
Thanks for checking