peburrows / goth

Elixir package for Oauth authentication via Google Cloud APIs
http://hexdocs.pm/goth
MIT License
289 stars 111 forks source link

Improve prefetching and fetching logic #124

Closed wojtekmach closed 2 years ago

wojtekmach commented 2 years ago

As mentioned in https://github.com/peburrows/goth/pull/119 we should add async prefetch. We should also change fetch to do a GenServer call if cache is cold.