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.1.tar.gz
(6.8 kB
view details)
Built Distribution
File details
Details for the file simple_user-0.1.1.tar.gz
.
File metadata
- Download URL: simple_user-0.1.1.tar.gz
- Upload date:
- Size: 6.8 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 | c109f8687d0c1605bdaad9ce4036e9fa96e26cd2f2b322b89f5a5810f38570fd |
|
MD5 | 29a9b65332d8c41ddc8d4695938a54a9 |
|
BLAKE2b-256 | d7e4cde5a8ffb6b84eb101d7caf0ba8c34560ffac50535fa8990161bb8232e46 |
File details
Details for the file simple_user-0.1.1-py2.py3-none-any.whl
.
File metadata
- Download URL: simple_user-0.1.1-py2.py3-none-any.whl
- Upload date:
- Size: 7.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 | 38a63a5c705f531b2ac2b1541c9e6dcced65d0a83e08251a62891e5638c6fee8 |
|
MD5 | 00eeb3e97a28003ff4745e1043f620a0 |
|
BLAKE2b-256 | 80de566fc40ea558d508ef355513199528d0c1e2f03bfe702611538d3385b8db |