]> git.parisson.com Git - django-social-auth.git/commit
Added option to use the immutable identifier Google User ID
authorMarc Hoersken <info@marc-hoersken.de>
Sun, 20 May 2012 11:31:09 +0000 (13:31 +0200)
committerMarc Hoersken <info@marc-hoersken.de>
Sun, 20 May 2012 11:31:09 +0000 (13:31 +0200)
commit78b59af49fae580dd011543ab64c1b99b6d43b2d
tree7535d2ee57a2b05c1d3717795fc26740d84f9946
parent312245d9fd694a93f1a13ec258963319b4414349
Added option to use the immutable identifier Google User ID

Setting GOOGLE_OAUTH2_USE_UNIQUE_USER_ID to True for the
Google OAuth 2.0 Backend makes use of the id fields in the
returned Google profile information instead of the mutable email.
social_auth/backends/google.py