Skip to main content

OAuth2 Backend for Bratabase.com to be used with Django-social-auth

Project description

Bratabase social-auth Backend
=============================

OAuth2 Backend for Bratabase.com to be used with Django-social-auth.

https://github.com/omab/django-social-auth

# Installation

```
$ pip install bratabase-social-auth-backend
```

To enable, simply add the following to your `settings.py`:

```
AUTHENTICATION_BACKENDS = [
... your other backends
'bratabase_social_auth.backends.bratabase.BratabaseBackend',
'django.contrib.auth.backends.ModelBackend',
]

```

And add a **Connect with Bratabase** button that points to `{% url 'socialauth_begin' 'bratabase' %}`.







History
-------

0.1.0 (2013-08-11)
++++++++++++++++++

* First release on PyPI.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page