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
simple_user-0.1.4.tar.gz
(6.9 kB
view details)
Built Distribution
File details
Details for the file simple_user-0.1.4.tar.gz
.
File metadata
- Download URL: simple_user-0.1.4.tar.gz
- Upload date:
- Size: 6.9 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 | bc410a0622204787a1d66007a0abc9875d971283dd41c782c7babfe0dd03101e |
|
MD5 | d99bd36801b0a943f1c72049d250348a |
|
BLAKE2b-256 | 21b36f2504ba467ad4a0a989e6ff3a53c4f701def42336fc64d5dd4953558f6f |
File details
Details for the file simple_user-0.1.4-py2.py3-none-any.whl
.
File metadata
- Download URL: simple_user-0.1.4-py2.py3-none-any.whl
- Upload date:
- Size: 7.8 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 | b46b3a7f86b2851f3aae735b4062c3c63838b3bcce1e7f804afada50e827e6a0 |
|
MD5 | 3a07b00f906cd4efdb7dd0ce68b75c98 |
|
BLAKE2b-256 | c85412a3459182ecce89b026f6a2356ab691469d5bb400b6fe45d2c3427d9ee9 |