nodebb-plugin-session-sharing
nodebb-plugin-session-sharing copied to clipboard
Allows login sessions from your app to persist in NodeBB
I want to use the plugin to auth users from a wordpress site. The cookie is created on the wordpress side, and I can see it in my domain cookies...
NodeBB v3.7.0 Logged in with admin user. When I click on logout at the bottom of the admin menu I am redirected to the forum homepage but still logged in....
Is there any way to configure this plugin using JSON files instead of the UI? I am running NodeBB using Docker, and would love to have the config set up...
http://blog.jedd-ahyoung.com/2015/07/25/using-asymmetric-jwt-on-the-server-and-the-client/ HMAC signing requires a shared key. This presents security issues. Asymmetric encryption means that only the server issuing the JWT payload is able to sign, but using the public...
In my quest to bring our custom version of this project inline with the official release, I have one more task to make them the same. Our payload cookie is...
Hi, I noticed something weird. I'll try to explain as clearly as I can. step 1 ``` tab 1: i tried saving a group (success) tab 2: i tried creating...
Bumps [json5](https://github.com/json5/json5) from 1.0.1 to 1.0.2. Release notes Sourced from json5's releases. v1.0.2 Fix: Properties with the name __proto__ are added to objects and arrays. (#199) This also fixes a...
Bumps [jsonwebtoken](https://github.com/auth0/node-jsonwebtoken) from 8.5.1 to 9.0.0. Changelog Sourced from jsonwebtoken's changelog. 9.0.0 - 2022-12-21 Breaking changes: See Migration from v8 to v9 Breaking changes Removed support for Node versions 11...
If no groups are selected in `syncGroups`, then all groups are applied. This causes unexpected behaviour when `syncGroupList` is enabled, as admins are **very** likely to accidentally shut themselves out...
Currently it is possible to search for the local ID by the application ID, through the interface. It would be very helpful if there was a way to get this...