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.3.0.tar.gz
(7.2 kB
view details)
Built Distribution
File details
Details for the file simple_user-0.3.0.tar.gz
.
File metadata
- Download URL: simple_user-0.3.0.tar.gz
- Upload date:
- Size: 7.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 | 2a8a44e60d672612ad19ed0343cd1824c013a471b985978f5f05c4494356e270 |
|
MD5 | 8e591441c67cca27e46131d8598d4b55 |
|
BLAKE2b-256 | d682a816dbf1dec9e87fa9c90ebc0f997890fe3e9d7885c35d6a853ea6c7422d |
File details
Details for the file simple_user-0.3.0-py2.py3-none-any.whl
.
File metadata
- Download URL: simple_user-0.3.0-py2.py3-none-any.whl
- Upload date:
- Size: 8.1 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 | cd6a4da08ab774f493e8628cd81f26ca9aca7dd26ed08a7f3ff61f330130571f |
|
MD5 | a651e512fa6ecc1cfa73e8eb713cfb91 |
|
BLAKE2b-256 | 679691701a4700015368d3bf956f55a7746dee6696dfb72271dcd92df776c59a |