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 - julianlam/nodebb-plugin-session-sharing
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.
Copyright © 2024 NodeBB | Contributors