cozemble / monorepo

A data and process canvas
https://cozemble.com
Apache License 2.0
13 stars 1 forks source link

Refresh access token after timeout #42

Closed mike-hogan closed 1 year ago

mike-hogan commented 1 year ago

Once the 60 mins expire, we need to refresh the access token. get this done

mike-hogan commented 1 year ago

When I first did auth, it was via svelte functions coz I wanted somewhere easy to host endpoints (vercel). Now that we have the api running on cloud run, moving auth end points in there.

mike-hogan commented 1 year ago

Done today