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

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

dj_oauth_clients-0.1.0-py2.py3-none-any.whl (11.1 kB view details)

Uploaded Python 2Python 3

File details

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

File metadata

  • Download URL: dj-oauth-clients-0.1.0.tar.gz
  • Upload date:
  • Size: 9.1 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.12.1 pkginfo/1.4.2 requests/2.19.1 setuptools/40.6.2 requests-toolbelt/0.8.0 tqdm/4.23.4 CPython/3.6.4

File hashes

Hashes for dj-oauth-clients-0.1.0.tar.gz
Algorithm Hash digest
SHA256 b7fac270588d1e94ee0cbd6cef365d7ab55b290091dbb6ebeb46d020004bd14d
MD5 d305a92cd8d74fe90c276f8c9aebed09
BLAKE2b-256 cdfe012b3c0d9a4d6131ae1b7332475edaa7063f329db07c036dcdbbc6012f93

See more details on using hashes here.

File details

Details for the file dj_oauth_clients-0.1.0-py2.py3-none-any.whl.

File metadata

  • Download URL: dj_oauth_clients-0.1.0-py2.py3-none-any.whl
  • Upload date:
  • Size: 11.1 kB
  • Tags: Python 2, Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.12.1 pkginfo/1.4.2 requests/2.19.1 setuptools/40.6.2 requests-toolbelt/0.8.0 tqdm/4.23.4 CPython/3.6.4

File hashes

Hashes for dj_oauth_clients-0.1.0-py2.py3-none-any.whl
Algorithm Hash digest
SHA256 a8727cc2515fcea91dcd066b5b1d8953e6c8e1ec4fc5f7443f4b61b5f38fe53b
MD5 c177b2359ce752b695cda2ecab1b7f1b
BLAKE2b-256 faba6b142bc01d000a408d203129a09bbb6bf8bb6bd21e6f9460a4539513df67

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