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
{{ message }}
This repository was archived by the owner on Jul 9, 2026. It is now read-only.
Currently we won't attempt to authenticate with google until an error is hit (and if GOOGLE_APPLICATION_CREDENTIALS isn't set, it takes a while to time out). We should implement a django check or similar so that authentication issues are detected before we hit an error.
Currently we won't attempt to authenticate with google until an error is hit (and if
GOOGLE_APPLICATION_CREDENTIALSisn't set, it takes a while to time out). We should implement a django check or similar so that authentication issues are detected before we hit an error.