auth0-blog / react-flux-jwt-authentication-sample

Sample for implementing Authentication with a React Flux app and JWTs
589 stars 102 forks source link

Doing a browser refresh takes to login screen #29

Open mars76 opened 8 years ago

mars76 commented 8 years ago

Hi All,

When i do browser refresh i am getting the login page again.

It looks like when we hit refresh we are sending the JWT token as the User Name and no password.

Did any one have similar issue.

Thanks