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
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.
Filename, size | File type | Python version | Upload date | Hashes |
---|---|---|---|---|
Filename, size simple_user-0.9.1-py2.py3-none-any.whl (11.5 kB) | File type Wheel | Python version py2.py3 | Upload date | Hashes View |
Filename, size simple_user-0.9.1.tar.gz (9.9 kB) | File type Source | Python version None | Upload date | Hashes View |
Close
Hashes for simple_user-0.9.1-py2.py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | c8f11cf4c7b94e4555adf343c81f5466f762d0e77e9ec84c803ff1442886b4cb |
|
MD5 | 49d218420138cd54df5020fedbc6a567 |
|
BLAKE2-256 | 251379a47762668e31c147feeb27e8b58bb9a4a929524b3c684de7e7b49cb4cc |