Node Api Authentication Using JWT (Json Web Tokens) | Node JS Authentication

Опубликовано: 10 Февраль 2020
на канале: Coding With Chaim
3,341
91

In this video I demonstrate how to create an authentication layer into your node api using json web tokens. I build a simple node express api, and use json web tokens to lock the data down. In order to see the data, the user must first login, and then I use an express middleware function to check the json web token on each request.

📞 If you would like to schedule a mock interview with me, you can email me at
[email protected] for price and details.

Follow. me on Twitter:   / codingwithchaim  
Subscribe to the channel: https://www.youtube.com/c/codingwithc...

Start files github link: https://github.com/coding-with-chaim/...

Starter files codesandbox: https://codesandbox.io/s/github/codin...

Complete code: https://github.com/coding-with-chaim/...