Still could use assistance if anyone can offer. The new forums we are developing using nodebb is delayed until the next release, but if someone cant point me in the right direction I would highly appreciate it.
Session-sharing id question
-
What is the purpose of sending an id in the JWT token if nodebb just makes a new user and increments the uid?
GitHub - julianlam/nodebb-plugin-session-sharing: Allows login sessions from your app to persist in NodeBB
Allows login sessions from your app to persist in NodeBB - GitHub - julianlam/nodebb-plugin-session-sharing: Allows login sessions from your app to persist in NodeBB
GitHub (github.com)
Thanks
-
The id you send should identify the user in your system. The plugin will store a map of NodeBB user id to your id for synchronization.