]> git.parisson.com Git - django-social-auth.git/commitdiff
Update doc and version. Google OAuth2 support complete, so far.
authorMatías Aguirre <matiasaguirre@gmail.com>
Tue, 15 Mar 2011 23:39:59 +0000 (20:39 -0300)
committerMatías Aguirre <matiasaguirre@gmail.com>
Tue, 15 Mar 2011 23:39:59 +0000 (20:39 -0300)
README.rst
social_auth/__init__.py

index d8252a52b82da850cde468064e11558ed69da586..e0713bcfd76e4e95e4854a732cb7751f3395d4ca 100644 (file)
@@ -427,6 +427,9 @@ Recently Google launched OAuth2 support following the definition at
 developers *must* register an application and apply for a set of keys. Check
 `Google OAuth2`_ document for details.
 
+**Note**: This support is experimental as Google implementation may change and
+          OAuth2 is still a draft.
+
 To enable OAuth2 support:
 
 - fill "Client Key" and "Client Secret" settings, these values can be obtained
index 6256b2bb11031476de0f8e8a1e681db00c6c191c..b0d17d02de2d537384cc646ff381a34780307d63 100644 (file)
@@ -2,5 +2,5 @@
 Django-social-auth application, allows OpenId or OAuth user
 registration/authentication just adding a few configurations.
 """
-version = (0, 3, 7)
+version = (0, 3, 8)
 __version__ = '.'.join(map(str, version))