Socket
Book a DemoInstallSign in
Socket

dj-oauth-clients

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

dj-oauth-clients

Django app for handling oauth2 clients.

0.1.6
pipPyPI
Maintainers
1

============================= Django Oauth2 Clients

.. image:: https://badge.fury.io/py/dj-oauth-clients.svg :target: https://badge.fury.io/py/dj-oauth-clients

.. image:: https://travis-ci.org/kverdecia/dj-oauth-clients.svg?branch=master :target: https://travis-ci.org/kverdecia/dj-oauth-clients

.. image:: https://codecov.io/gh/kverdecia/dj-oauth-clients/branch/master/graph/badge.svg :target: https://codecov.io/gh/kverdecia/dj-oauth-clients

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:

.. code-block:: python

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

Add Django Oauth2 Clients's URL patterns:

.. code-block:: python

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:

  • Cookiecutter_
  • cookiecutter-djangopackage_

.. _Cookiecutter: https://github.com/audreyr/cookiecutter .. _cookiecutter-djangopackage: https://github.com/pydanny/cookiecutter-djangopackage

History

0.1.0 (2018-11-21) ++++++++++++++++++

  • First release on PyPI.

Keywords

dj-oauth-clients

FAQs

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

About

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.

  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc

U.S. Patent No. 12,346,443 & 12,314,394. Other pending.