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?