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.9.1.tar.gz
(9.9 kB
view details)
Built Distribution
File details
Details for the file simple_user-0.9.1.tar.gz
.
File metadata
- Download URL: simple_user-0.9.1.tar.gz
- Upload date:
- Size: 9.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 | cc6d142bc894d7a13239ba4e1688f1a30fa5aad1640a2831fc55072b18fb0f0b |
|
MD5 | ca2c61bfaf79c1028ba253f23eee844f |
|
BLAKE2b-256 | 7f34be63de56d60a4fb7af9d2bc09794b2c12f51516a292c07de66a3ada6ca30 |
File details
Details for the file simple_user-0.9.1-py2.py3-none-any.whl
.
File metadata
- Download URL: simple_user-0.9.1-py2.py3-none-any.whl
- Upload date:
- Size: 11.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 | c8f11cf4c7b94e4555adf343c81f5466f762d0e77e9ec84c803ff1442886b4cb |
|
MD5 | 49d218420138cd54df5020fedbc6a567 |
|
BLAKE2b-256 | 251379a47762668e31c147feeb27e8b58bb9a4a929524b3c684de7e7b49cb4cc |