Simple Node Auth Backend #4 - Login Auth Middleware (JWT)

Опубликовано: 18 Январь 2023
на канале: ToThePointCode
1,973
34

In this part #4, we set up a node js authentication/authorization middleware for enforcing login. Providing or limiting access to resources based on provided access token (JWT).
GET SOURCE CODE 📀⬇️

🔴 Resulting Source Code - https://bit.ly/simple_nodejs_auth

🔴 All Other Source Codes & Support - https://bit.ly/ttpc-monthly-access

NOTES

🔵 In this video series, we look at how to create a simple & clean node js authentication and authorization backend using mongoDB and JWT.

LET’S WORK

👋 You can reach me at - https://www.tothepointcode.com/contact

CHECK OUT THESE HELPFUL TUTORIALS

🟡 Complete React and Node JS Login System -    • Login Page with React and Node Js + E...  

🟡 Node JS Projects -    • Node JS Starter Guide  

🟡 React Native Projects -    • React Native Starter Guide  

🟡 Publishing Expo React Native App to Play Store Journey
   • Publish Expo React Native App to Play...  

🟡 PHP Project
   • PHP CRUD Application ft MySQL, JQuery  

TOOLS USED

🟠 Tool for my thumbnail & images - https://partner.canva.com/ttpc

🟠 Cheap website domain name - https://namecheap.pxf.io/ttpc


FOLLOW US ON:

🔵 Twitter -   / tothepointcode  

🔵 Instagram - https://www.instagram.com/invites/con...

🔵 GitHub - https://github.com/tothepointcode

🔵 YouTube -    / @tothepointcode  

CHAPTERS

00:00 What will be done | Concept
00:46 Auth Middleware Setup (JWT)
01:25 Receiving the Token
02:08 Verifying the Token
03:19 Applying the Auth Middleware
04:01 Sending Request with Token

#tothepointcode #nodejs #jwt