React auth example with JWT
Make express-auth-server (https://github.com/stozuka/express-auth-server) up and running, then run these commands to start server.
$ git clone git@github.com:stozuka/react-auth-client.git
$ cd react-auth-client
$ npm install
$ npm start