Skip to main content

Django app for handling oauth2 clients.

Project description

https://badge.fury.io/py/dj-oauth-clients.svg https://travis-ci.org/kverdecia/dj-oauth-clients.svg?branch=master https://codecov.io/gh/kverdecia/dj-oauth-clients/branch/master/graph/badge.svg

Django app for handling oauth2 clients.

Documentation

The full documentation is at https://dj-oauth-clients.readthedocs.io.

Quickstart

Install Django Oauth2 Clients:

pip install dj-oauth-clients

Add it to your INSTALLED_APPS:

INSTALLED_APPS = (
    ...
    'oauth_clients.apps.OauthClientsConfig',
    ...
)

Add Django Oauth2 Clients’s URL patterns:

from oauth_clients import urls as oauth_clients_urls


urlpatterns = [
    ...
    url(r'^', include(oauth_clients_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-11-21)

  • 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

dj-oauth-clients-0.1.4.tar.gz (10.1 kB view details)

Uploaded Source

File details

Details for the file dj-oauth-clients-0.1.4.tar.gz.

File metadata

  • Download URL: dj-oauth-clients-0.1.4.tar.gz
  • Upload date:
  • Size: 10.1 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/2.0.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.4.0 requests-toolbelt/0.9.1 tqdm/4.36.1 CPython/3.6.8

File hashes

Hashes for dj-oauth-clients-0.1.4.tar.gz
Algorithm Hash digest
SHA256 159e6fbabeaaf59643eb0dae2001d1b17765e231fd488be120c479a1f608bcc5
MD5 a1ed30779b0bca6cf1c32e0f8c1a2f7c
BLAKE2b-256 92c669923c8e56f58caa6fd61ead826f37fd494695af9c85e3323f6d36ab031b

See more details on using hashes here.

Supported by

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