Hi @baris ,
Scenario : I have one web application in next.js in front end and node.js in backend. It has courses, text, Users, etc. We use SSO for the same in web application and in NodeBB.
Now our NodeBB (Forum) i need to integrate with my web application. After searching i come to this point is that we can use endpoint API to create frontend in my web application.
Could you please tell me can we integrate this? Where i can find the list of all Endpoints API?
Is this better way ? or we can do custom modifications in frontend and try to make similar look of current web application ?
which is better?
4 Comments
baris@community.nodebb.org · 2 pts · 29d
Yes the session sharing plugin has more info https://github.com/julianlam/nodebb-plugin-session-sharing#session-sharing-for-nodebb
baris@community.nodebb.org · 2 pts · 29d
Probably easier to create a custom theme that matches the design of your other app and use the session-sharing plugin to login users automatically. You can find the api documentation here.
vijay-kumavat@community.nodebb.org · 1 pts · 29d
@baris
But if we need to keep this on single domain , is that possible if we go with way ?
like https://mydomain.com/courses https://mydomain.com/forum
vijay-kumavat@community.nodebb.org · 1 pts · 21d
Hi @baris ,
We are decided at this moment now to show forum website in iframe ?
in this this plugins work for session sharing ?