]> git.parisson.com Git - django-social-auth.git/commit
Add context processor to access social auth information by backend name, useful to...
authorDaniel G. Taylor <dan@programmer-art.org>
Mon, 10 Oct 2011 13:41:57 +0000 (09:41 -0400)
committerDaniel G. Taylor <dan@programmer-art.org>
Mon, 10 Oct 2011 13:41:57 +0000 (09:41 -0400)
commitd4099b0459d185293019228c68ce420e6c1e0e5a
treea967cf1f5012689a173157b5be10cb42c484eb5b
parent3ff3ad02db2d7d532b0a5e4ca27c4396c019f753
Add context processor to access social auth information by backend name, useful to easily provide backend-specific functionality in your app by checking e.g. social_auth.facebook and allowing the user to publish to Facebook if it exists.
social_auth/context_processors.py