peburrows / goth

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

Revert from `:refresh_after` to `:refresh_before` #135

Closed aleDsz closed 2 years ago

aleDsz commented 2 years ago

As discussed on #134, we're reverting the :refresh_after implementation to the old :refresh_before.

wojtekmach commented 2 years ago

Thank you for the PR. Could you look into the failing tests?

aleDsz commented 2 years ago

Thank you for the PR. Could you look into the failing tests?

Tried to reproduce the error and couldn't make it fail again. This looks as an intermittent test

wojtekmach commented 2 years ago

Thank you!