oauth2 server implementation

Roy Smith roy at panix.com
Tue Sep 27 20:17:01 EDT 2011


In article 
<4c93ff75-1d85-48ec-b6d1-b71f216c61ce at g33g2000yqc.googlegroups.com>,
 Aljosa Mohorovic <aljosa.mohorovic at gmail.com> wrote:

> i'm looking for oauth2 server implementation but other than
> https://github.com/simplegeo/python-oauth2 (oauth v1 implementation)
> it doesn't seem that people are using v2 implementations.
> anybody using some oauth2 implementation and can share some info?
> 
> 
> Aljosa Mohorovic

We rolled our own oauth2 client on top of basic urllib calls.  It's not 
terribly difficult.

Other than Twitter, I'm not aware of anybody still using oauth1.



More information about the Python-list mailing list