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.
=============================
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
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Close
Hashes for bratabase-social-auth-backend-0.1.2.tar.gz
Algorithm | Hash digest | |
---|---|---|
SHA256 | cde0787bbda85a504f55bb7a170231be8678db65c1410025c7287a73a6597dbd |
|
MD5 | 1923de1f7af88ff640a12b8994814b16 |
|
BLAKE2b-256 | 6e8baffc7da48656cb237f26269cf063ed0c0c620ecafbbdcf1ca5d558914cca |