golang / gddo

Go Doc Dot Org
https://godoc.org
BSD 3-Clause "New" or "Revised" License
1.1k stars 265 forks source link

Support OAuth #628

Closed freeformz closed 3 years ago

freeformz commented 5 years ago

We run our own gddo instance that has a github token that is authorized to access our internal/private source code. This instance is protected by an annoying/terrible oauth proxy hack.

Would a patch to add optional oauth support (for authorizing access to the site) be accepted?