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.6.tar.gz (10.0 kB view hashes)

Uploaded Source

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