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?
https://github.com/julianlam/nodebb-plugin-session-sharing
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.