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.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

bratabase-social-auth-backend-0.1.2.tar.gz (5.1 kB view details)

Uploaded Source

File details

Details for the file bratabase-social-auth-backend-0.1.2.tar.gz.

File metadata

File hashes

Hashes for bratabase-social-auth-backend-0.1.2.tar.gz
Algorithm Hash digest
SHA256 cde0787bbda85a504f55bb7a170231be8678db65c1410025c7287a73a6597dbd
MD5 1923de1f7af88ff640a12b8994814b16
BLAKE2b-256 6e8baffc7da48656cb237f26269cf063ed0c0c620ecafbbdcf1ca5d558914cca

See more details on using hashes here.

Supported by

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