In this video, we are going to create JWT authorization API endpoint. Every time client makes a request to the private routes, we will use JWT to authorize user before providing access to the protected routes. This is part #9 of our Create MERN based CRM ticket system series.
{\} Subscribe for more web development tutorials {/}
/ @dentedcode
{/}Trello Project {/}
https://trello.com/b/o7zVhdid/crm-tic...
{/} Buy me a coffee to support me {/}
https://www.buymeacoffee.com/dentedcode
{/} Git Repo {/}
https://github.com/DentedCode/client-...
{\}Start the project from beginning{/}
• Build MERN Stack CRM Ticket System #0 [202...
How to Install Mongo Database on Windows
• How To Install MongoDB on Window 10 | Begi...
How to Install Redis Database on Windows
• How To Install Redis on Window 10 | Beginn...
If you are new to Javascript, check out this Javascript Crash Course first • Learn JavaScript From Scratch - JavaScrip...
{\} Join Me in Discord {/}
/ discord
{\} Timelines {/}
00:00 Intro
01:35 Start coding authorization API
05:35 Creating Authorization middleware
10:55 Verifying JWT
15:34 Check if JWT exists in Redis database
22:50 Get user profile from MongoDB
27:28 What's next ...
At the end of the series, you will learn to build a MERN stack + Nodejs Admin Panel project and deploy to AWS from scratch.
{/} Prerequisite {/}
Laptop or computer
VS Code editor or any code editor of your choice
Chrome browser or any browser of your choice
If you want to follow along, you can set up your computer's environment like mine. Here is how you can set up your computer's environment for modern web development. • How To Setup Modern Javascript Web develop...
Trello https://trello.com/
If you get stuck or experience any issue, please write in the comment section below, I will try to reply as soon as possible.
{\} Connect with me here {/}
My Site: https://dentedcode.com
FB account: / dentedcode
Instagram: / dentedcode
Twitter: / dentedcode
LinkedIn: / dented-code
#jwt #authorization #Node #REST #API #DentedCode