Skip to main content

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

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

django-auth-abakus-0.2.1.tar.gz (5.2 kB view hashes)

Uploaded Source

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