Restoring auth state in a React app with Redux
A stored token is not the same thing as a live session. This React app restored auth state by reading a token from localStorage, verifying it against the Rails API, and rebuilding the UI from that response.
