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.0.tar.gz
(9.2 kB
view hashes)
Built Distribution
Close
Hashes for plugs_auth-0.2.0-py2.py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 524af9d9a46eba350061149545567cc65921a01c43f0b0dde780b5fd906d6618 |
|
MD5 | e59c9513fed7940e0f1ea73898ba7343 |
|
BLAKE2b-256 | 4564817593190abbffae3c9fe42132e9b1d6416b759cb1ad52486d6f2dc4ed25 |