Web Development Authentication and Security Masterclass
JavaScript, Node, Express & EJS with MongoDB, Mongoose and Passport and encryption
Secure Sign-in with Node.js, EJS, MongoDB and Passport
- Build a web app with HTML and EJS, including a homepage, login, sign up, and dashboard.
- Build a web server to render pages with Express.js and Node.js.
- Handle form data with body-parser.
- Connect to Mongo database with Mongoose
- Authenticate and secure a sign-in with Passport
- Use OAuth 2.0 to log in users with a 3rd party like Google or Facebook
- Build environment variables to keep secret keys secure
- Encrypt passwords with Bcrypt
- Handle POST HTTP requests for signing up
In this course you will learn:
- JavaScript introduction
- Variables and Data Types
- Operators
- Conditional Statements
- Functions and Arrays
- Objects
- Loops
- JavaScript Execution
- Build page templates with HTML and EJS
- Build a web server to render pages
- Handle form data with body-parser
- Use oauth 2.0 to log in users with a third party
Alexandra Kropova is a software developer with extensive experience in full-stack web development, app development and game development. She has helped produce courses for Mammoth Interactive since 2016, including the Coding Interview series in Java, JavaScript, C++, C#, Python and Swift.
Your Instructor
Alexandra Kropf is Mammoth Interactive's CLO and a software developer with extensive experience in full-stack web development, app development and game development. She has helped produce courses for Mammoth Interactive since 2016, including the Coding Interview series in Java, JavaScript, C++, C#, Python and Swift.
Mammoth Interactive is a leading online course provider in everything from learning to code to becoming a YouTube star. Mammoth Interactive courses have been featured on Harvard’s edX, Business Insider and more.
Over 12 years, Mammoth Interactive has built a global student community with 4 million courses sold. Mammoth Interactive has released over 350 courses and 3,500 hours of video content.
Founder and CEO John Bura has been programming since 1997 and teaching
since 2002. John has created top-selling applications for iOS, Xbox and
more. John also runs SaaS company Devonian Apps, building
efficiency-minded software for technology workers like you.
Course Curriculum
-
Start02 01 What Will We Learn In This Section (0:44)
-
Start02 02 Variables (10:21)
-
Start02 03 Data Types (5:41)
-
Start02 04 Variable Mutation (6:53)
-
Start02 05 Type Coercion (6:52)
-
Start02 06 Coding Challenge (1:36)
-
Start02 08 Section Summary (0:46)
-
Start02 07 Coding Challenge Solution (2:43)
-
StartSource Files