Keep users logged in indefinitely; react

Thanks Luis.

So you suggest putting this.renewToken = this.renewToken.bind(this); into the Auth.js constructor, and then calling this.props.auth.renewToken(); right when a user visits the site?