
This is a tiny tiny Node.js application which uses Passport Facebook authentication and Redis session storage to demonstrate log-in and persistent sessions.
The express-passport-redis-template is a minimal Node.js application designed to streamline the process of user authentication through Facebook. By leveraging Passport for authentication and Redis for session management, this template offers a straightforward way to implement login functionality and maintain persistent user sessions. While the application itself may appear simplistic, it serves as a solid foundation for developers looking to integrate social login features into their projects.

Express.js is a simple Node.js framework for single, multi-page, and hybrid web applications.