OAuth.jl icon indicating copy to clipboard operation
OAuth.jl copied to clipboard

Question: OAuth2

Open EricForgy opened this issue 8 years ago • 4 comments

Hi @randyzwitch ,

I am doing some work on OAuth 2.0 for use with Azure. I wonder how we might combine these two packages, or should I just create a separate, but similar OAuth2.jl?

I'm just learning OAuth 2.0 and haven't worked with OAuth 1.0, so not sure how different they are.

EricForgy avatar Mar 11 '16 07:03 EricForgy

Hey @EricForgy, I think combining efforts in a single OAuth package makes great sense. I created this package solely to factor out the OAuth 1.0 code from Twitter.jl, so I'm not really familiar with what the overlap might be, but it makes sense to have them both together.

I don't have a ton of time to work on this right now, but do you want to branch off of the current master, then start adding in OAuth2?

randyzwitch avatar Mar 11 '16 13:03 randyzwitch

Any further dev on OAuth 2.0? I am trying to use an API that requires it right now.

logankilpatrick avatar Dec 07 '19 16:12 logankilpatrick

Not on my end. While it might seem like OAuth 2.0 is an update to the original, its actually a different, (and in practice, ad-hoc) specification that's completely different from OAuth 1.0a.

randyzwitch avatar Dec 07 '19 17:12 randyzwitch

I too am interested in OAuth2... Any progress on that @EricForgy?

yakir12 avatar Jun 30 '20 18:06 yakir12