You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We now know the issues related to the bad JWTs earlier:
the background sync was terminating too early, and
we were not trying to refresh the token if it was initially NULL (6a8ac0c)
Now that these issues have been resolved, we can move back to the original plan with the non-hardcoded JWTs. Need to think about whether that is better (involves more native calls but gives us XHR functionality which can give us nice progress bars like http://github.hubspot.com/pace/docs/welcome/
The text was updated successfully, but these errors were encountered:
We now know the issues related to the bad JWTs earlier:
Now that these issues have been resolved, we can move back to the original plan with the non-hardcoded JWTs. Need to think about whether that is better (involves more native calls but gives us XHR functionality which can give us nice progress bars like
http://github.hubspot.com/pace/docs/welcome/
The text was updated successfully, but these errors were encountered: