Authentication with react, express, mongoose and jwt - part 2
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...