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?
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?