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
It would be convenient if I could call RegisterBrokenAuthHeaderProvider with additional URLs as I encounter them at runtime, but it expects to be called from init() (does no locking).
Allowing me to set a flag on oauth2.Config that tells oauth2 to use the workaround would be a much more straightforward solution, though.