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.7.0.tar.gz
(8.4 kB
view details)
Built Distribution
File details
Details for the file simple_user-0.7.0.tar.gz
.
File metadata
- Download URL: simple_user-0.7.0.tar.gz
- Upload date:
- Size: 8.4 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 | ba3e6e05b331b36645c0286c7649c289b4eb2efd1cd669cf9fb988e45ad42fc7 |
|
MD5 | 3fa5a50024949b489bbd2f8bbcbb8cbf |
|
BLAKE2b-256 | c3ef567d1138dc34efa9695af0041b2b787f0818a14c36a896cd93cc7ac89d9e |
File details
Details for the file simple_user-0.7.0-py2.py3-none-any.whl
.
File metadata
- Download URL: simple_user-0.7.0-py2.py3-none-any.whl
- Upload date:
- Size: 9.6 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 | 97f6782227632316e181f2519c29fb438e474d8b2b15ba7dc79b284a8d3a60f2 |
|
MD5 | 431d7ff1b382f3ebfcc5b6ae539e8fd9 |
|
BLAKE2b-256 | 15801ace25cb0a46596bda27e8d98db4912a6a11c69e3d7665852b853b8592fd |