Re: [go-nuts] Busted auth providers

2018-05-14 Thread jwinters
It's little embarrassing how long I spent looking at internal/token.go and totally missed this part . On Wednesday, May 9, 2018 at 5:25:01 PM UTC-4, Joshu

Re: [go-nuts] Busted auth providers

2018-05-09 Thread jwinters
Just filed an issue: https://gitlab.com/gitlab-org/gitlab-ce/issues/46214 On Wednesday, May 9, 2018 at 3:39:49 PM UTC-4, Wim Lewis wrote: > > > On 8. maí 2018, at 8:53 f.h., jwin...@pivotal.io wrote: > > It seems like `https://www.gitlab.com` needs to be added to the list of > busted auth prov

Re: [go-nuts] Busted auth providers

2018-05-09 Thread Wim Lewis
On 8. maí 2018, at 8:53 f.h., jwint...@pivotal.io wrote: > It seems like `https://www.gitlab.com` needs to be added to the list of > busted auth providers in golang/oauth2. At the very least, has this been entered into gitlab's bug tracker? The best outcome would obviously be for gitlab to be f

[go-nuts] Busted auth providers

2018-05-08 Thread jwinters
It seems like `https://www.gitlab.com` needs to be added to the list of busted auth providers in golang/oauth2. Instead of maintaining a list of these providers, can we just send the `client_id` and `client_secret` in both the auth header and the body with every request? -- You received this