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

Uploaded Source

Built Distribution

simple_user-0.5.3-py2.py3-none-any.whl (9.2 kB view details)

Uploaded Python 2 Python 3

File details

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

File metadata

  • Download URL: simple_user-0.5.3.tar.gz
  • Upload date:
  • Size: 8.1 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

Hashes for simple_user-0.5.3.tar.gz
Algorithm Hash digest
SHA256 e4485c2733bbe0d923b4a2b741b801efa78429d765f7297fb93194fa98d2cf21
MD5 3450c950a307f7b27d245fa2c30d46bd
BLAKE2b-256 d73ddca9a4e3b3a22dbc43b994b715020cc4f003e5e7e7b0dfb84e24b5e6bfe0

See more details on using hashes here.

File details

Details for the file simple_user-0.5.3-py2.py3-none-any.whl.

File metadata

  • Download URL: simple_user-0.5.3-py2.py3-none-any.whl
  • Upload date:
  • Size: 9.2 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

Hashes for simple_user-0.5.3-py2.py3-none-any.whl
Algorithm Hash digest
SHA256 8e80e3265e73098dbddc968563e6ce52b89e66381526550b4d9451a8cb55adff
MD5 16b95733f60c0aa90d0202e8f204c06c
BLAKE2b-256 ec38caf08bdda74dae923f695f1026e6e0d2ca5ce29e019735c2558b3de5caeb

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