JWT Authentication with Node.js

Описание к видео JWT Authentication with Node.js

In this video, I will walk you through the process of implementing JSON Web Tokens (JWT) into your Node.js applications for user authentication.

Postman: https://www.postman.com/
Repository: https://github.com/robinvriens/jwt-au...

Instagram:   / robinvriens  
Github: https://github.com/robinvriens
Twitter:   / robinvriens  

Chapters
0:00 Introduction
0:23 Setting up a New Project
3:40 Creating a Dummy Users Array
4:07 Defining the Login Route
5:55 Signing a JSON Web Token (JWT)
7:42 Setting the JWT in a HTTP-only Cookie
8:41 Testing the Login Route and Checking the Cookie
8:59 Using the JWT Debugger
9:25 Creating an Authentication Middleware
11:37 Testing the Routes with Postman
12:08 Securing Routes for Unauthorized Users
13:07 Conclusion

Комментарии

Информация по комментариям в разработке