Node.js Connect (not express) hello-world example for a session

I need to implement everyauth using node.js Connect (not Express) very reliably.

Although the site provides some sample code for Connect, I am not familiar with how node-Connect-session-middleware handles a session.

Can someone please check out some good simple examples to get started?

PS. I found the official Connect sample, but you need a complete working example.

http://www.senchalabs.org/connect/session.html

+3
source share
2 answers

Passport ( ). everyauth , Express , Connect-only.

Passport , - . , Connect.

+2

Express.js Connect. , .

0

All Articles