I have an app on the same server as my NodeBB installation, and I want to be able to read data into the app from the NodeBB api. If I have a user set up for this reason, how do I login via the app?
Our API shows different data depending on the logged-in user derived from the cookie-based session. For regular data, just GET'ting the API responses from urls with api/ prepended should be enough.
Were you looking for private user data to be returned via the API?
Appreciate all those providing input on this type of layout. It's too bad the site using the grid layout is not using nodebb or else we could probably get the designer to provide some help.
@johntn Because NodeBB requires dependencies to be installed, we cannot do anything more on our end to make NodeBB install as easy as PHP's "upload to server, browse to site".