Skip to content
This repository has been archived by the owner on Nov 27, 2018. It is now read-only.

webkom/django-auth-abakus

Repository files navigation

django-auth-abakus Build status Coverage status

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

AUTHENTICATION_BACKENDS = ( 'abakus.auth.AbakusBackend', )

The token should be added in the django-settings as ABAKUS_TOKEN.

For more information read the documentation.

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.

Create release

Run semantic-release publish and the correct version number will be chosen and commited/tagged before it is pushed to git and uploaded to pypi.


MIT © Webkom, Abakus Linjeforening

About

A django auth module that can be used to to authenticate users against the API of abakus.no.

Resources

License

Stars

Watchers

Forks

Packages

No packages published