I've looked this up on Google to no avail.
I want to create a Passport strategy so users from my other node.js app can log in instantly to nodebb, but I haven't seen this working in action. I believe I should request the log in details from the other app.
I can't use oauth because this is for an internal forum and I only want to allow certain members of staff access to it.
What I believe should happen is this:
Is that correct? How do I go on about doing this?