@anirban-dutta I use command like this npm install git+https://github.com/me-cooper/nodebb-plugin-makesmart-gallery.git when repo is not recognized by npm install
Just remember to add .git at the end of github repo url.
how can I do?
Are you talking about SSO? Modify this plugin:
@psychobunny no sir.
@julian
What I mean is that
Now I have 2 WebSite . A and B . B is nodebb.
when I register to A then I want post the data to B (nodebb) to register to B(nodebb)
the post is from A's code.
How to set the header and token and others.
@raven Right now the only supported way to do what you want is to create an Oauth service and authenticate against it using the plugin @psychobunny linked. It's far from ideal but it seems to be the only way unless you want to start hacking into the internals of nodebb or create another plugin from scratch.
Yes, It sucks. I wish I would have known this before I started down the path of using nodebb
You could also have your service register users via the write-enabled API plugin.
@julian
I want to register to my nodebb
How can I use curl to register and can I use send $http post from another website to my nodebb