Simple reusable user storing only uuid and manage JWT Token auth_uuidentication in remote
Project description
Simple reusable user storing only uuid and manage JWT Token auth_uuidentication in remote
Documentation
The full documentation is at https://simple_user.readthedocs.io.
Quickstart
Install django-simple-user:
pip install simple_user
Add it to your INSTALLED_APPS:
INSTALLED_APPS = (
...
'auth_uuid.apps.AuthConfig',
...
)
Add django-simple-user’s URL patterns:
from auth_uuid import urls as auth_uuid_urls
urlpatterns = [
...
url(r'^', include(auth_uuid_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 (2018-10-04)
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
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file simple_user-0.3.2.tar.gz.
File metadata
- Download URL: simple_user-0.3.2.tar.gz
- Upload date:
- Size: 7.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.11.0 pkginfo/1.4.2 requests/2.19.1 setuptools/40.4.3 requests-toolbelt/0.8.0 tqdm/4.26.0 CPython/3.5.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
e281e698bb437fc96847aef63c8212ab14c03a97e575243dec241c525fa92d19
|
|
| MD5 |
087a32a395ffb340521c085677b14456
|
|
| BLAKE2b-256 |
d32e173a1563053fb0d1b7ae1b7e525b27bbe665971f19dadba4bfbd1568a578
|
File details
Details for the file simple_user-0.3.2-py2.py3-none-any.whl.
File metadata
- Download URL: simple_user-0.3.2-py2.py3-none-any.whl
- Upload date:
- Size: 8.1 kB
- Tags: Python 2, Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.11.0 pkginfo/1.4.2 requests/2.19.1 setuptools/40.4.3 requests-toolbelt/0.8.0 tqdm/4.26.0 CPython/3.5.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
819f5977648bb26138b799b89c9bcf78bc410ff6e488a23002fb6d42d033ab98
|
|
| MD5 |
76f4b9f39dd1a37c579fc63858362ed8
|
|
| BLAKE2b-256 |
3053e2efd774939768cd175addde8ea6129355f30fed9eb49b66ae728c92758c
|