joestump / python-oauth2

A fully tested, abstract interface to creating OAuth clients and servers.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

dead project?

thezoggy opened this issue · comments

no activity for 2 years...

Yes, this repository, like all of the SimpleGeo repositories, is now stagnant. Since they were bought by UrbanAirship very little has been done to their public repositories. In fact nothing has been updated for the last 10 months.

I'd recommend looking at the network graph and finding someone who's still maintaining their branch.

Great :-(

pretty much this lib is dropped by most since now everyone uses Request w/request-oauthlib -- https://github.com/requests/requests-oauthlib
granted you do need python 2.6+ for it though

That's fine for client side implementation, but not for the server side

Exactly. We're maintaining an OAuth provider for which requests isn't gonna be of much help.

I'll have a look for an alternative server lib.

commented

@erikvanzijst what about the https://github.com/idan/oauthlib as suggested by @koobs above ?

@erikvanzijst Can open source oauthlib-provider or submit it for inclusion in authlib? :)

@thezoggy would you mind closing this issue? We're working on getting this repo either permanently deprecated or revived with new ownership: #158