How to include JWT authentication in the middleware · Issue #608 · erikras/react-redux-universal-hot-example

I'm trying to include JWT ( http://jwt.io/ ) token authentication in the boilerplate. Let's pretend for a second that the autentication process serverside is already there. What I do is calling API...