Authentication with react, express, mongoose and jwt - part 2
Aug 1, 2021 · 5 min read · In the previous blog I had covered what authentication is, why json web tokens are used and the front end part of authentication. Now let us see how we can setup a server which authenticates the user. I'll be using MongoDB for storing the users recor...
Join discussion