Build a Login/Auth app with MERN #1: Making Server and Backend

Published: 14 March 2019
on channel: Andrew Chen
7,719
90

Hey guys, the corresponding article can be found here:
https://blog.bitsrc.io/build-a-login-...
After some research, turned out that JWT (json web token)'s primary job is identifying who is sending the api calls. Once the user is authenticated, we give them a token, and when the user makes an api call, we test that token to make sure the user is verified. This is because we don't want random people making a million requests to some actions that only authenticated users are allowed to do. This will come more into play when we do build actions that we probably only want authenticated users to do.


Watch video Build a Login/Auth app with MERN #1: Making Server and Backend online without registration, duration hours minute second in high quality. This video was added by user Andrew Chen 14 March 2019, don't forget to share it with your friends and acquaintances, it has been viewed on our site 7,719 once and liked it 90 people.