react-redux-jwt-auth-example icon indicating copy to clipboard operation
react-redux-jwt-auth-example copied to clipboard

A link for the code

Open wzup opened this issue 8 years ago • 0 comments

Could you please add a link to the appropriate file and code line for each of these steps?

  1. The original action creator parses the server response and dispatches success or failure actions accordingly (link here)
  2. Success actions trigger an update of the auth state, passing along the token and any decoded data from the JWT payload (link here)
  3. A higher-order authentication component receives the new auth state as props (link here)

wzup avatar Oct 06 '16 09:10 wzup