chrisnharvey / oauth

Authorize users in your application with multiple OAuth 1.0 and OAuth 2.0 providers.
12 stars 4 forks source link

Use package as abstraction for oauth1 and oauth2 #7

Open chrisnharvey opened 11 years ago

chrisnharvey commented 11 years ago

I have now split this repo up into two separate repositories chrisnharvey/oauth1 and chrisnharvey/oauth2.

When I have completed both of these packages, I will use them as requirements for this package and have some sort of abstraction so you can use both OAuth 1.0 and OAuth 2.0 in one API.

benjamindavid commented 11 years ago

hey chris, I was wondering if it was still coming ? thanks !

chrisnharvey commented 11 years ago

Hi @benjamindavid, you can see my current work on this on the develop branch.

benjamindavid commented 11 years ago

hey @chrisnharvey, glad to see you're still working on this! As there was no easy way to instantiate a oauth1+oauth2 provider, I added some code to make it work for my needs.

Do you think I can already use the develop branch in one of my products or should I rather stick to the current master ? As I see oauth1 & oauth2 libraries as master and oauth at develop stage, I'm wondering which code is already safe to use. Thanks !