ShadowGit
ShadowGit
Any recommendation how handle this?
@jbellmore31g Hello, i have same think, i have got provider based on Identity server 4. I haven't see yet redux-oidc-example yet. Is this example going to help me with oauth...
Hello, same here, any workaround regarding this?
@pughpugh What if you will add new prop countDownStartedAt and on ``` componentDidUpdate(prevProps) { if (prevProps.seconds !== this.props.seconds || prevProps.countDownStartedAt!== this.props.countDownStartedAt) { this._seconds = this.props.seconds; this._stopTimer(); this._setupTimer(); } ``` and...
Is there any progress?
@bjcull Any solution to this?