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
feat: Implement token callback; fix CI testing (#439)
setAuth will automatically use a accessToken callback to fetch the token at the right time instead of assuming that the right token is present
---------
Co-authored-by: Kamil Ogórek <kamil.ogorek@gmail.com>
fix: Add Web Workers as a way to run health check (#431)
Added capacity to use Worker for heart beats. We also allow users to override the worker URL so they are able to modify it as they see fit.