Skip to main content

Simple reusable user storing only uuid and manage JWT Token auth_uuidentication in remote

Project description

https://badge.fury.io/py/simple_user.svg https://travis-ci.org/tomasgarzon/simple_user.svg?branch=master https://codecov.io/gh/tomasgarzon/simple_user/branch/master/graph/badge.svg

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


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.10.3.tar.gz (10.4 kB view details)

Uploaded Source

File details

Details for the file simple_user-0.10.3.tar.gz.

File metadata

  • Download URL: simple_user-0.10.3.tar.gz
  • Upload date:
  • Size: 10.4 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.8.0 pkginfo/1.9.6 readme-renderer/34.0 requests/2.27.1 requests-toolbelt/0.10.1 urllib3/1.26.14 tqdm/4.64.1 importlib-metadata/4.8.3 keyring/23.4.1 rfc3986/1.5.0 colorama/0.4.5 CPython/3.6.5

File hashes

Hashes for simple_user-0.10.3.tar.gz
Algorithm Hash digest
SHA256 e5cfded09132d3f8afa482112c8a31f73d17578bc587833b66494edbf9f8d9ff
MD5 a400bdb393ac19021c546e90ab073eb5
BLAKE2b-256 81f91b6e810be56398681adcec5f3fec0625261b077e32bf45c5931759fada84

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page