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 details)
Built Distribution
File details
Details for the file plugs-auth-0.2.3.tar.gz
.
File metadata
- Download URL: plugs-auth-0.2.3.tar.gz
- Upload date:
- Size: 8.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/2.0.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.4.0 requests-toolbelt/0.9.1 tqdm/4.36.1 CPython/3.6.9
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | b2988d8a378e31c93aabfaa97dfc24382fe602b90a193ed1f6e20b5616f6d832 |
|
MD5 | 508778b44b7ef1d8a6bde498cd635bc1 |
|
BLAKE2b-256 | ee35d9151aa93fe0f6b0b39348d201523b29d917c349fbb08683e4cb2c5417b6 |
File details
Details for the file plugs_auth-0.2.3-py2.py3-none-any.whl
.
File metadata
- Download URL: plugs_auth-0.2.3-py2.py3-none-any.whl
- Upload date:
- Size: 12.1 kB
- Tags: Python 2, Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/2.0.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.4.0 requests-toolbelt/0.9.1 tqdm/4.36.1 CPython/3.6.9
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | ed8efd53b0dbc8abcaf1c6c5104fc8ee7b4f48703d7a4770274b86ea26fcd3a0 |
|
MD5 | 00f15afc11977473ceeb1aaf3e8f382e |
|
BLAKE2b-256 | cd5fa51c554870c5147c324edff999de6ed6d89ac5f51305827893bc45eaebd0 |