3
votes
1answer
61 views

My node app with valid syntax is failing silently, but not breaking. Infrastructure problem?

I built a simple Node app, and the code "works", with no failures, no syntax errors, and does not break, but one component doesn't work right. I showed a snippet on Stack Overflow, in this question, ...
7
votes
2answers
143 views

Local user registration

More javascript (nodejs) to go with the passport wrapper I just posted: UserBook.js ...