Skip to content

Commit

Permalink
Update doc and version. Google OAuth2 support complete, so far.
Browse files Browse the repository at this point in the history
  • Loading branch information
omab committed Mar 15, 2011
1 parent fbc848f commit 5c857b9
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion social_auth/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -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))

0 comments on commit 5c857b9

Please sign in to comment.