Book Image

Advanced Server-Side Programming with Node.js [Video]

By : Mohammad Chughtai
Book Image

Advanced Server-Side Programming with Node.js [Video]

By: Mohammad Chughtai

Overview of this book

Node.js is a powerful, performance-efficient language. Its non-IO blocking technology makes it perfect for creating highly scalable web applications built around user interaction. In this course, you will learn to create highly secure and scalable applications using various languages and frameworks such as EJS, PassportJS, OAuth (for user authentication with Facebook, Twitter and more), the Helmet module, and encryption with BCrypt. You will also learn about the MVC architecture to make sure your codebase is maintainable and scalable, making you a better developer overall. This course is for you if you have a basic understanding of Node.js and want to take your web applications to the next level in security and scalability by learning in-demand skills.
Table of Contents (5 chapters)
Chapter 3
Authentication
Content Locked
Section 3
Setting up a Facebook Strategy with the Passport Module
In this video, we will create a Facebook strategy using the passport module - Set up our Facebook strategy - Create a new user if one is not yet created - Use the already created user in our Facebook strategy