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.5.7.tar.gz
(8.2 kB
view details)
Built Distribution
File details
Details for the file simple_user-0.5.7.tar.gz
.
File metadata
- Download URL: simple_user-0.5.7.tar.gz
- Upload date:
- Size: 8.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 | 920592875b303ad67839d58ac4c1b67c233c05fa6387eb166a598637f40d7bc1 |
|
MD5 | 268d8db90f4f61f3fc264bd076166285 |
|
BLAKE2b-256 | 8182bfda87e6923caeb24a4129637358df2732a20e2f75f27f95910e0d695fbb |
File details
Details for the file simple_user-0.5.7-py2.py3-none-any.whl
.
File metadata
- Download URL: simple_user-0.5.7-py2.py3-none-any.whl
- Upload date:
- Size: 9.5 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 | fdb2daa0743d6ec8afc06b7a68155ea0fac69b7653c6b2e5330a8ed7c95177fb |
|
MD5 | f79ce59a0b30d0d8156be34da15f1158 |
|
BLAKE2b-256 | 83bd4bd22c3a181250f83385e9fb9229219eddea567603e686c5ad43de3712fc |