Yes, the last post on the forum was made 2 days ago. I just created a new post and vuala - it works and also the template is brand new. Looks like the the post statistics somehow was reset after upgrade, this is why it didn't pick up the topics created earlier this week. Thanks for explanation!
Can we pass only username in payload for nodebb-plugin-session-sharing
Solved
NodeBB Plugins
-
Hi all,
@julian,I have implemented Session Sharing for NodeBB in my application.
I wanted to know if I can pass only the UserName in the payload? I ask this because the user IDs of my application's users are different from NodeBB uids. If I don't provide uid in payload, the plugin doesn't work.
Please let me know how to achieve this.
Thanks.
-
I believe you're supposed to provide the user ID of your application, and the session sharing plugin stores a map of NodeBB uids to the uids in your app.
-
I believe you're supposed to provide the user ID of your application, and the session sharing plugin stores a map of NodeBB uids to the uids in your app.
-
J julian marked this topic as a question on
-
J julian has marked this topic as solved on