Reusable Authentication


Keywords
plugs-auth
License
MIT
Install
pip install plugs-auth==0.2.3

Documentation

Plugs Auth

https://badge.fury.io/py/plugs-auth.png https://travis-ci.org/ricardolobo/plugs-auth.png?branch=master

Your project description goes here

Documentation

The full documentation is at https://plugs-auth.readthedocs.io.

Quickstart

Install Plugs Auth:

pip install plugs-auth

Add it to your INSTALLED_APPS:

INSTALLED_APPS = (
    ...
    'plugs_auth.apps.PlugsAuthConfig',
    ...
)

Add Plugs Auth's URL patterns:

from plugs_auth import urls as plugs_auth_urls


urlpatterns = [
    ...
    url(r'^', include(plugs_auth_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: