[OAUTH-WG] Fwd: [oauth] Good list of OAuth open source?

2011-06-24 Thread Eve Maler
Zero response from the other list. Any suggestions from folks here? Begin forwarded message: > From: Eve Maler > Date: 20 June 2011 4:54:56 PM PDT > To: oa...@googlegroups.com > Subject: [oauth] Good list of OAuth open source? > Reply-To: oa...@googlegroups.com > > The list at http://oauth.net/

Re: [OAUTH-WG] Fwd: [oauth] Good list of OAuth open source?

2011-06-24 Thread David Recordon
I was trying to keep http://wiki.oauth.net/w/page/25236487/OAuth-2 up to date but haven't in awhile. On Fri, Jun 24, 2011 at 10:02 AM, Eve Maler wrote: > Zero response from the other list. Any suggestions from folks here? > > Begin forwarded message: > >> From: Eve Maler >> Date: 20 June 2011 4

Re: [OAUTH-WG] Fwd: [oauth] Good list of OAuth open source?

2011-06-24 Thread Eran Hammer-Lahav
oauth.net needs some love but I don't have the time. If anyone is interested in working on it, please contact me and I'll get you setup. EHL > -Original Message- > From: oauth-boun...@ietf.org [mailto:oauth-boun...@ietf.org] On Behalf > Of Eve Maler > Sent: Friday, June 24, 2011 10:02 AM

Re: [OAUTH-WG] Fwd: [oauth] Good list of OAuth open source?

2011-06-24 Thread Maciej Machulak
I haven't seen such a list but it would be great to update the existing one on oauth.net. There's the Apache Amber project [1] which is the OAuth 2.0 implementation in Java used quite a lot. Could anyone include it in the list, please? Thank you in advance. Cheers, Maciej [1] http://incubator.ap

Re: [OAUTH-WG] Fwd: [oauth] Good list of OAuth open source?

2011-06-24 Thread Eran Hammer-Lahav
On the subject of OAuth 2.0 libraries... Why would you need a library?? Seems to be much less work to just make the HTTP requests directly. And if you are using MAC, you need a MAC library, not an OAuth 2.0... EHL > -Original Message- > From: oauth-boun...@ietf.org [mailto:oauth-boun..

Re: [OAUTH-WG] Fwd: [oauth] Good list of OAuth open source?

2011-06-24 Thread Maciej Machulak
These are not only client libraries, they work for AS and RS too. Cheers, Maciej On 24 June 2011 18:16, Eran Hammer-Lahav wrote: > On the subject of OAuth 2.0 libraries... > > Why would you need a library?? Seems to be much less work to just make the > HTTP requests directly. And if you are usi

Re: [OAUTH-WG] Fwd: [oauth] Good list of OAuth open source?

2011-06-24 Thread Justin Richer
Eve, We've been using (and contributing some to) the implementation in SpringSecurity: http://static.springsource.org/spring-security/oauth/ I don't have a good list otherwise, though I'd be interested in seeing the results as well. To Eran: I really don't get your comment. Libraries are a ve

Re: [OAUTH-WG] Fwd: [oauth] Good list of OAuth open source?

2011-06-24 Thread Marius Scurtescu
On Fri, Jun 24, 2011 at 11:11 AM, Justin Richer wrote: > To Eran: I really don't get your comment. Libraries are a very Good > Thing and their use and development should be greatly encouraged by the > OAuth community. The less that I have to write the Same Code As Last > Time the better. +1 If y

Re: [OAUTH-WG] Fwd: [oauth] Good list of OAuth open source?

2011-06-24 Thread Eran Hammer-Lahav
Libraries are no cure for stupidity. On the client side, you make two simple HTTP requests. The facilities to make these requests should be available and easy to use. Parsing JSON responses should be part of any modern web platform. The part that might need more work is handling of refresh toke

Re: [OAUTH-WG] Fwd: [oauth] Good list of OAuth open source?

2011-06-24 Thread Teo Hui Ming
Hi, I notice most open source OAuth2 client/server libraries implementation is only up to draft 10. Here's a quick raw list in case you interested: https://github.com/teohm/teohm.github.com/wiki/OAuth Anyone knows if there is an open source OAuth2 server reference implementation that reflects the

Re: [OAUTH-WG] Fwd: [oauth] Good list of OAuth open source?

2011-06-24 Thread Eve Maler
Thanks, y'all, for the responses. I've heard from others that a library can end up taking more time to figure out than just coding it fresh because the latter is just that simple, but I suspect this is a YMMV kind of thing. And it seems there's universal agreement that a MAC library would be a v

Re: [OAUTH-WG] Fwd: [oauth] Good list of OAuth open source?

2011-06-24 Thread Eran Hammer-Lahav
I maintain the node.js 'mac' module: https://github.com/hueniverse/node-mac or 'npm install mac' A browser JS lib is available at: https://sled.com/scripts/mac.js Both are used in production. EHL > -Original Message- > From: oauth-boun...@ietf.org [mailto:oauth-boun...@ietf.org] On B

Re: [OAUTH-WG] Fwd: [oauth] Good list of OAuth open source?

2011-06-24 Thread Phil Hunt
Eve, Were you just asking about client libraries? Or did you mean some open source for things like building authorization/token/resource service end-points? Phil @independentid www.independentid.com phil.h...@oracle.com On 2011-06-24, at 2:24 PM, Eran Hammer-Lahav wrote: > I maintain the

Re: [OAUTH-WG] Fwd: [oauth] Good list of OAuth open source?

2011-06-24 Thread matake@gmail
Hi, I maintain Ruby OAuth2 server library. https://github.com/nov/rack-oauth2 And sample servers on Heroku http://rack-oauth2-sample.heroku.com/ (Bearer) http://rack-oauth2-sample-mac.heroku.com/ (MAC) I'm trying to keep them up to date, not exactly sure it's 100% following draft 16 though. On

Re: [OAUTH-WG] Fwd: [oauth] Good list of OAuth open source?

2011-06-24 Thread Eve Maler
I'm interested in learning about all of the above (uh, below). Eve On 24 Jun 2011, at 2:34 PM, Phil Hunt wrote: > Eve, > > Were you just asking about client libraries? Or did you mean some open > source for things like building authorization/token/resource service > end-points? > >