
Security News
MCP Steering Committee Launches Official MCP Registry in Preview
The MCP Steering Committee has launched the official MCP Registry in preview, a central hub for discovering and publishing MCP servers.
.. 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.
The full documentation is at https://dj-oauth-clients.readthedocs.io.
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)),
...
]
Does the code actually work?
::
source <YOURVIRTUALENV>/bin/activate
(myenv) $ pip install tox
(myenv) $ tox
Tools used in rendering this package:
cookiecutter-djangopackage
_.. _Cookiecutter: https://github.com/audreyr/cookiecutter
.. _cookiecutter-djangopackage
: https://github.com/pydanny/cookiecutter-djangopackage
0.1.0 (2018-11-21) ++++++++++++++++++
FAQs
Django app for handling oauth2 clients.
We found that dj-oauth-clients demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
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.
Security News
The MCP Steering Committee has launched the official MCP Registry in preview, a central hub for discovering and publishing MCP servers.
Product
Socket’s new Pull Request Stories give security teams clear visibility into dependency risks and outcomes across scanned pull requests.
Research
/Security News
npm author Qix’s account was compromised, with malicious versions of popular packages like chalk-template, color-convert, and strip-ansi published.