[Factor-talk] OAuth2 vocabulary?

2013-03-17 Thread Alexis Hazell
Hi all, I was wondering if there was any work being done to create an OAuth2 vocabulary? I'm considering writing a client for the Tent protocol as a learning Factor project, and Tent only supports OAuth2 Alexis.

Re: [Factor-talk] OAuth2 vocabulary?

2013-03-17 Thread Alexis Hazell
On 11:15:04 Sun 17-Mar-13, Alexander Mueller wrote: there's a vocab called oauth in extra (find is your friend :), though i'm not sure which version of oauth it implements or if it's functional. Yes, sorry, I should have mentioned that I'm already aware of the oauth vocab; but it looks to me

Re: [Factor-talk] OAuth2 vocabulary?

2013-03-17 Thread John Benediktsson
We'd love an oath2 implementation - if you have any questions don't hesitate to ask. Best, John. On Sun, Mar 17, 2013 at 3:24 AM, Alexis Hazell alexis.haz...@gmail.comwrote: On 11:15:04 Sun 17-Mar-13, Alexander Mueller wrote: there's a vocab called oauth in extra (find is your friend :),

Re: [Factor-talk] OAuth2 vocabulary?

2013-03-17 Thread Alexis Hazell
On 19:53:17 Sun 17-Mar-13, John Benediktsson wrote: We'd love an oath2 implementation - if you have any questions don't hesitate to ask. Unfortunately I'm a beginner to not only Factor, but OAuth/OAuth2 as well; and as I understand it, OAuth2 relies on SSL/TLS, which I am also no expert

Re: [Factor-talk] OAuth2 vocabulary?

2013-03-17 Thread Chris Double
On Mon, Mar 18, 2013 at 5:38 PM, Alexis Hazell alexis.haz...@gmail.com wrote: Do HTTPS requests require using the openssl vocab to manually wrap each request? To do https requests you need to first load the urls.secure vocab: USE: urls.secure Chris. -- http://www.bluishcoder.co.nz

Re: [Factor-talk] OAuth2 vocabulary?

2013-03-17 Thread Alexis Hazell
On 17:46:46 Mon 18-Mar-13, Chris Double wrote: On Mon, Mar 18, 2013 at 5:38 PM, Alexis Hazell alexis.haz...@gmail.com wrote: Do HTTPS requests require using the openssl vocab to manually wrap each request? To do https requests you need to first load the urls.secure vocab: USE: