D
D
deadkEEper12015-10-27 16:27:42
JavaScript
deadkEEper1, 2015-10-27 16:27:42

How can I implement registration on javascript/mongodb/express.js without using php?

Explain, please, mechanisms of registration and session. I use express.js and mongodb and find articles with php/mysql

Answer the question

In order to leave comments, you need to log in

1 answer(s)
K
Konstantin Kitmanov, 2015-10-27
@deadkEEper1

If you just need sessions, then there is a ready-made middleware https://github.com/expressjs/session , an example in readme.
passportjs.org is a ready-made solution for authorization / authentication on express (and not only), there are enough examples.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question