Does anyone know of a Python lib for OAuth 2.0? Specifically one that includes functionality for creating providers.
|
feedback
|
|
This seems a good implementation for an oauth2 provider written in django: http://hiidef.github.com/oauth2app/ | ||||
|
feedback
|
|
This one seems to have 2.0 support but I didn't use it: https://github.com/facebook/tornado/blob/master/tornado/auth.py | |||||
feedback
|
|
There is a fork version of simplegeo's python-oauth2 which supported the OAuth 2.0 | ||||
|
feedback
|
|
You have already found it by now but for anyone else looking for an answer try this: | |||||
feedback
|