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 2
Setting up Routes for Facebook Authentication
In this video, we will sign in with Facebook, and reroute our users to a Facebook sign-in page. - Create a Facebook app to get credentials for OAuth - Set up our routes to handle authentication - Test our routes in the browser