Reusable Authentication
Project description
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:
History
0.1.0 (2017-01-26)
First release on PyPI.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
plugs-auth-0.2.3.tar.gz
(8.3 kB
view hashes)
Built Distribution
Close
Hashes for plugs_auth-0.2.3-py2.py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | ed8efd53b0dbc8abcaf1c6c5104fc8ee7b4f48703d7a4770274b86ea26fcd3a0 |
|
MD5 | 00f15afc11977473ceeb1aaf3e8f382e |
|
BLAKE2b-256 | cd5fa51c554870c5147c324edff999de6ed6d89ac5f51305827893bc45eaebd0 |