tidepool-org / uploader

An Electron app for uploading diabetes device data to Tidepool's backend
BSD 2-Clause "Simplified" License
119 stars 86 forks source link

[UPLOAD-1045] token refresh #1553

Closed krystophv closed 1 year ago

krystophv commented 1 year ago

to handle UPLOAD-1045, preemptively refreshing the auth token 10 seconds prior to expiry as opposed to precisely at time of expiry

Uploader analog of https://github.com/tidepool-org/blip/pull/1220