Skip to main content

Django Auth Network (DAN) is a set of two packages that create Google and Facebook-style authentication, but using your own provider instead of Google or Facebook. This is the client package, and it allows an app to connect to your provider package.

Project description

https://badge.fury.io/py/django-auth-network-client.svg https://travis-ci.org/antoningrele/django-auth-network-client.svg?branch=master https://codecov.io/gh/antoningrele/django-auth-network-client/branch/master/graph/badge.svg

Django Auth Network (DAN) is a set of two packages that create Google and Facebook-style authentication, but using your own provider instead of Google or Facebook. This is the client package, and it allows an app to connect to your provider package.

Documentation

The full documentation is at https://django-auth-network-client.readthedocs.io.

Quickstart

Install Django Auth Network Client:

pip install django-auth-network-client

Add it to your INSTALLED_APPS:

INSTALLED_APPS = (
    ...
    'django_auth_network_client.apps.DjangoAuthNetworkClientConfig',
    ...
)

Add Django Auth Network Client’s URL patterns:

from django_auth_network_client import urls as django_auth_network_client_urls


urlpatterns = [
    ...
    url(r'^', include(django_auth_network_client_urls)),
    ...
]

Features

  • TODO

Running Tests

Does the code actually work?

source <YOURVIRTUALENV>/bin/activate
(myenv) $ pip install tox
(myenv) $ tox

Credits

Tools used in rendering this package:

History

0.1.0 (2017-07-04) 0.2.0 (2017-07-23) ++++++++++++++++++

  • First release on PyPI.

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-network-client-0.2.5.tar.gz (9.1 kB view hashes)

Uploaded Source

Built Distribution

django_auth_network_client-0.2.5-py2.py3-none-any.whl (10.7 kB view hashes)

Uploaded Python 2 Python 3

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