It should cache for an hour, I think (based on a quick look at nodebb package manager code). So yes - you have to wait a bit before the nbbpm refreshes. You can just install the updated version manually by using npm install <package name> from the command line in NodeBB folder.
API documentation, or lack of?
-
Trying to decide on a forum software to use, right now it's between nodebb and discourse. Discourse has pretty good documentation, nodebb not so much from what I can tell.
What I'm specifically looking for is the ability to send requests to nodebb routes. I play on creating an SPA with vue, btw I want to bridge user authentication with the forum.
Does nodebb have an relatively painless and clear way of doing this?
-
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 - GitHub - julianlam/nodebb-plugin-session-sharing: Allows login sessions from your app to persist in NodeBB
GitHub (github.com)
This plugin seems to be what you're looking for.