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.
Copyright © 2025 NodeBB | Contributors