]> git.openstreetmap.org Git - osqa.git/commit
Updating the python-oauth2 module and implementing a new Authentication consumer...
authorjordan <jordan@0cfe37f9-358a-4d5e-be75-b63607b5c754>
Sun, 29 May 2011 13:50:31 +0000 (13:50 +0000)
committerjordan <jordan@0cfe37f9-358a-4d5e-be75-b63607b5c754>
Sun, 29 May 2011 13:50:31 +0000 (13:50 +0000)
commit44a79d66317054f6712320cd0f264e85ca09c880
tree8ab3bdd5c4c890536e640836e3911e5dacce1d95
parentdab4b8dda813f3f50df31d6cc73c9ee721c740a6
Updating the python-oauth2 module and implementing a new Authentication consumer with the updated library: https://github.com/simplegeo/python-oauth2

git-svn-id: http://svn.osqa.net/svnroot/osqa/trunk@1053 0cfe37f9-358a-4d5e-be75-b63607b5c754
forum_modules/oauthauth/authentication.py
forum_modules/oauthauth/consumer.py
forum_modules/oauthauth/lib/oauth.py [deleted file]
forum_modules/oauthauth/lib/oauth2/__init__.py [new file with mode: 0644]
forum_modules/oauthauth/lib/oauth2/_version.py [new file with mode: 0644]
forum_modules/oauthauth/lib/oauth2/clients/__init__.py [new file with mode: 0644]
forum_modules/oauthauth/lib/oauth2/clients/imap.py [new file with mode: 0644]
forum_modules/oauthauth/lib/oauth2/clients/smtp.py [new file with mode: 0644]