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
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))