nodebb-plugin-session-sharing icon indicating copy to clipboard operation
nodebb-plugin-session-sharing copied to clipboard

Allows login sessions from your app to persist in NodeBB

Results 20 nodebb-plugin-session-sharing issues
Sort by recently updated
recently updated
newest added

FEATURE REQUEST Allow JWT to be passed as a query parameter. Currently `nodebb-plugin-session-sharing` detects the JWT via a domain specific cookie. This could be expanded to include a query parameter,...

NodeBB no longer adds users to `email:uid` unless email is confirmed. Similarly, session-sharing when creating new users will also not have the email confirmed. A new feature flag (or flags)...

breaking

I'm experiencing an intermittent issue with this plugin where duplicate users are being created in NodeBB. I have seen an instance where a user had 4/5 duplicate profiles created. Sometimes...

Following on from https://github.com/NodeBB/NodeBB/issues/10410 could this upgrade use async.each instead of async.eachSeries. Is order important in this script? As far as I can tell it isn't but I'm not 100%....

Needs updating to use response:router.page. Will send a PR for it Update: Sent PR - https://github.com/julianlam/nodebb-plugin-session-sharing/pull/110

According to [Validating a JWT](https://www.rfc-editor.org/rfc/rfc7515.html#section-10.7), > there is a risk of algorithm substitution > attacks, in which an attacker can use an existing digital signature > value with a different...

I have a use case where we need to create the user in the forum database when they login to our website so we can have a forum uid for...

This PR adds an admin option that if enabled will query the `User` object for the `id` found in the cookie payload if not first found in the usual `base...

Versions after v3.1.7 introduced the ability to automatically update NodeBB profile info with that provided by the source, but there is no way to turn it off if unwanted.

Hi all, Not sure if my setup is incorrect or if this is really the case, but it appears as though the `picture` property in the supplied user data isn't...