A django auth module that can be used to to authenticate users against the API of abakus.no.
Project description
# django-auth-abakus [![Build status](https://ci.frigg.io/badges/webkom/django-auth-abakus/)](https://ci.frigg.io/webkom/django-auth-abakus/last/) [![Coverage status](https://ci.frigg.io/badges/coverage/webkom/django-auth-abakus/)](https://ci.frigg.io/webkom/django-auth-abakus/last/)
A django auth module that can be used to to authenticate users against
the API of abakus.no. If you would like to use it you need a API token.
Contact webkom@abakus.no to request one.
## Usage
Set the authentication backend to *AbakusBackend*
```python
AUTHENTICATION_BACKENDS = ( 'abakus.auth.AbakusBackend', )
```
The token should be added in the django-settings as `ABAKUS_TOKEN`.
For more information read the [documentation](http://django-auth-abakus.readthedocs.org/).
## Contribute
Open an issue or a pull-request with your fix or awesome new feature.
Make sure to check those that are already open, to avoid duplicates.
--------
MIT © webkom, Abakus Linjeforening
A django auth module that can be used to to authenticate users against
the API of abakus.no. If you would like to use it you need a API token.
Contact webkom@abakus.no to request one.
## Usage
Set the authentication backend to *AbakusBackend*
```python
AUTHENTICATION_BACKENDS = ( 'abakus.auth.AbakusBackend', )
```
The token should be added in the django-settings as `ABAKUS_TOKEN`.
For more information read the [documentation](http://django-auth-abakus.readthedocs.org/).
## Contribute
Open an issue or a pull-request with your fix or awesome new feature.
Make sure to check those that are already open, to avoid duplicates.
--------
MIT © webkom, Abakus Linjeforening
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
File details
Details for the file django-auth-abakus-0.2.1.tar.gz
.
File metadata
- Download URL: django-auth-abakus-0.2.1.tar.gz
- Upload date:
- Size: 5.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | cf09b0de831a3e5060c5490f9ce55b77a72a102a35c1cee52aad9377d89083d6 |
|
MD5 | 58545f67f9e5dd2c8eef257a2fae2640 |
|
BLAKE2b-256 | 78b2b871b0b3001a165204f347d963f0ceb1c84cf1910b1e367bc7cb9dcc7998 |