JSON Web Token (JWT) is a low overhead option for authentication that is easy to implement and scales with your application. There is no need to store session data as everything you need is stored in an encoded string sent in the JWT, significantly reducing database overhead for your servers. In this course, we will build a simple authentication server that will act as a token issuer, and we will use those tokens to access resources on an API.
JSON Web Token (JWT) Authentication with Node.js
JSON Web Token (JWT) Authentication with Node.js is a 9-lesson 32 minutes self-paced course by egghead.io. JSON Web Token (JWT) is a low overhead option for authentication that is easy to implement and scales with your application.
Course facts
- Lessons
- 9
- Duration
- 32 minutes
- Level
- All levels
- Language
- English
- Updated
- Instructor
- egghead.io
- Price
- Premium
Starting from scratch, you will learn how easy token based authentication can be and will understand how to use them on your APIs as well as on the front end of your web applications.
Who teaches JSON Web Token (JWT) Authentication with Node.js? egghead.io
egghead.io is a US-based subscription video platform focused on short, focused screencasts on JavaScript ecosystem topics. Founded in 2012 by John Lindquist (a Google Developer Expert) and run by Joel Hooks, egghead pioneered the short-screencast format that most modern developer-education platforms now use — courses are typically broken into 2-5 minute lessons that each cover one specific concept or API.
The instructor roster includes many of the most cited names in the JavaScript ecosystem — Kent C. Dodds (whose Testing JavaScript launched on egghead before EpicWeb.dev), Andrew Del Prete, Hannah Davis, Lukas Ruebbelke, Tomasz Łakomy, Andy Van Slaars, and many others. Course material covers React, Next.js, TypeScript, Node.js, GraphQL, Vue, the testing tracks, RxJS / observables, and a long list of smaller libraries and tools.
The CourseFlix listing under this source carries over 20 egghead courses spanning that range. Material is paid; egghead itself runs on a monthly / annual subscription on the original platform. The bite-sized format suits developers learning incrementally during work hours rather than committing to multi-hour video sessions.
What lessons are included in JSON Web Token (JWT) Authentication with Node.js?
| # | Lesson Title | Duration | Access |
|---|---|---|---|
| 1 | Course Overview: JSON Web Token (JWT) Authentication with Node.js Demo | 01:56 | |
| 2 | Setup a Web Server in Node.js using Express | 02:23 | |
| 3 | Set the Server Port in Express Using Environment Variables | 00:53 | |
| 4 | Add a POST Route To Express And Parse the Body | 01:53 | |
| 5 | Provide Users With A JSON Web Token | 04:35 | |
| 6 | Allow CORS in Node.js and Express | 00:56 | |
| 7 | Authenticate Users With JWT for Access to Protected Resources | 03:00 | |
| 8 | Connect a Front-End to a Secure API using JWTs | 07:17 | |
| 9 | Authenticate Users in a Single Page Application with Auth0 | 09:40 |
Get instant access to all 8 lessons in this course, plus thousands of other premium courses. One subscription, unlimited knowledge.
Learn more about subscriptionWhat courses are similar to JSON Web Token (JWT) Authentication with Node.js?
UpdatedNext.js and Apollo - Portfolio App (w/ React, GraphQL, Node)
By: UdemyBuild a full portfolio app with Next.js, Apollo, and GraphQL, using MongoDB Atlas and a Node.js server for data and state management.28h 38m
Updated 2y agoBuild Telegram Bots with JavaScript: The Complete Guide
By: UdemyTelegram is a cloud-based instant messaging app that provides API to developers to create bots that interact with users. This course aims to provide you with co5h 28m
Updated 5mo agoComplete Node.js Developer in 2023: Zero to Mastery
By: Zero To MasteryLearn from Node.js experts. This is the only Node JS tutorial + projects course you need to learn Node, build advanced large-scale applications from scratch & g38h 32m5/5
Updated 11mo agoMicroservices with NodeJS, React, Typescript and Kubernetes
By: UdemyIn building large scale applications intended for growth, microservices architecture is the go-to solution. One issue for Javascript and NodeJS learners is the97h 19m5/5
Updated 2y agoFull Stack Isomorphic JavaScript with Vue.js & Node.js
By: UdemyLearn to build full-stack isomorphic JavaScript web applications with Vue and Node.js along with the MEVN stack. The MEVN stack is a collection of great tools—M5h 33m
UpdatedFull-Stack Web Developer Bootcamp with Real Projects
By: UdemyA 121-lesson full-stack bootcamp covering Node, Express, MongoDB, HTML, CSS, and jQuery, from a blank project to a deployed live website.22h 11m
Updated 2y agoBuild a Full-Stack Chrome Extension with NodeJS and MongoDB
By: UdemyIn this course, we'll be developing a new Full-Stack Chrome Extension that Scrapes Amazon, and automatically saves Product Data within a MongoDB Database. Our f6h 15m
UpdatedNode.js Secure Coding (All 3 Node.js security training books)
By: Liran TalThree-book bundle on Node.js security: real npm vulnerabilities, command injection and path traversal defenses, self-checks.
More courses by egghead.io
Updated 3y agoRxJS Beyond the Basics: Operators in Depth
Operators are the core building blocks for reacting to data in your JavaScript applications. In this course you will learn what operators are, and then take a t1h 30m
UpdatedHow to Use npm Scripts as Your Build Tool
Learn to use npm scripts as a lightweight build tool by progressively building a real website, from basics to advanced techniques.52m
UpdatedReact: Flux Architecture (ES6)
Learn Flux architecture with ES6, Babel, and Webpack: actions, dispatcher, stores, and views for scalable React state management.49m
Updated 3y agoHow to Contribute to an Open Source Project on GitHub
“Feel free to submit a PR!” - words often found in GitHub issues, but met with confusion and fear by many. Getting started with contributing open source is not38m
UpdatedUse Grep for Fast Search from the Command Line
Go beyond editor search with grep and find: regex search, recursive lookups, and fast answers about where code is used or imported.24m
UpdatedWrangle your terminal with tmux
Learn tmux to manage multiple terminal sessions in one window, detach and reattach on remote servers, and share sessions for pairing.27m