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.1.tar.gz
Algorithm | Hash digest | |
---|---|---|
SHA256 | 2f34afd51e720f7414d48594b78a93229ec2dcfd7fe592878d7e0bf2280310f1 |
|
MD5 | f8ec230dc5169fb462742d32e6789ef5 |
|
BLAKE2b-256 | a991b66b20f2cca66180cc9c69bca05703eeea463e7f07c79ec3081ae5d016ad |