Node.js app integration

Strues

Member
I've got a Node application that I'd like to integrate with Xenforo. Does anyone have any experience bridging the two? I'm looking to allow user login/signup from the node app going to XF. Basically scrapping my entire user database from node and using only Xenforo (if necessary). I've looked into the two API add ons, but neither of which have that much documentation to go with them.

Any tips would be appreciated.
 
You aren't being nearly specific enough. "A Node application" could be almost anything. We can't help you integrate with such a vague request.
 
Sorry.

I've got a backend for my main site running off of Express. Currently authentication is done using Passport, specifically passport-local. My goal is to ditch the MongoDB users collection and instead authenticate via the sites forums.
 
Top Bottom