Re: bearer token authorization with HTTPS transport

2015-01-06 Thread David Renshaw
On Mon, Jan 5, 2015 at 6:41 PM, brian m. carlson sand...@crustytoothpaste.net wrote: For the benefit of someone trying to implement this, libcurl has the CURLOPT_XOAUTH2_BEARER option. It does requires libcurl 7.33, though. As far as I can tell, libcurl supports this option for IMAP, POP, and

bearer token authorization with HTTPS transport

2014-12-30 Thread David Renshaw
Hi, I would like to be able to serve a git repository over HTTPS from a web server that requires OAuth2-style bearer tokens for authorization. For more context, see this thread: https://groups.google.com/forum/#!topic/sandstorm-dev/4oigfb4-9E4 Does anyone here have any advice about how to