I want to use another website to register to my nodebb website
-
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
Copyright © 2024 NodeBB | Contributors