Skip to content

Latest commit

 

History

History
2 lines (2 loc) · 188 Bytes

File metadata and controls

2 lines (2 loc) · 188 Bytes

Session Based Authentication with Node.js

Authenticate users using sessions on the server and cookies on the browser. Using Node.js with express, express-session and ejs template engine.