معرفی شرکت ها


cf-django-oauth-toolkit-1.3.4


Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر

توضیحات

OAuth2 Provider for Django
ویژگی مقدار
سیستم عامل -
نام فایل cf-django-oauth-toolkit-1.3.4
نام cf-django-oauth-toolkit
نسخه کتابخانه 1.3.4
نگهدارنده []
ایمیل نگهدارنده []
نویسنده Federico Frenguelli, Massimiliano Pippi
ایمیل نویسنده synasius@gmail.com
آدرس صفحه اصلی https://github.com/jazzband/django-oauth-toolkit
آدرس اینترنتی https://pypi.org/project/cf-django-oauth-toolkit/
مجوز -
Django OAuth Toolkit ==================== .. image:: https://jazzband.co/static/img/badge.svg :target: https://jazzband.co/ :alt: Jazzband *OAuth2 goodies for the Djangonauts!* .. image:: https://badge.fury.io/py/django-oauth-toolkit.svg :target: http://badge.fury.io/py/django-oauth-toolkit .. image:: https://github.com/jazzband/django-oauth-toolkit/workflows/Test/badge.svg :target: https://github.com/jazzband/django-oauth-toolkit/actions :alt: GitHub Actions .. image:: https://codecov.io/gh/jazzband/django-oauth-toolkit/branch/master/graph/badge.svg :target: https://codecov.io/gh/jazzband/django-oauth-toolkit :alt: Coverage If you are facing one or more of the following: * Your Django app exposes a web API you want to protect with OAuth2 authentication, * You need to implement an OAuth2 authorization server to provide tokens management for your infrastructure, Django OAuth Toolkit can help you providing out of the box all the endpoints, data and logic needed to add OAuth2 capabilities to your Django projects. Django OAuth Toolkit makes extensive use of the excellent `OAuthLib <https://github.com/idan/oauthlib>`_, so that everything is `rfc-compliant <http://tools.ietf.org/html/rfc6749>`_. Contributing ------------ We love contributions, so please feel free to fix bugs, improve things, provide documentation. Just `follow the guidelines <https://django-oauth-toolkit.readthedocs.io/en/latest/contributing.html>`_ and submit a PR. Reporting security issues ------------------------- Please report any security issues to the JazzBand security team at <security@jazzband.co>. Do not file an issue on the tracker. Requirements ------------ * Python 3.5+ * Django 2.1+ * oauthlib 3.1+ Installation ------------ Install with pip:: pip install django-oauth-toolkit Add `oauth2_provider` to your `INSTALLED_APPS` .. code-block:: python INSTALLED_APPS = ( ... 'oauth2_provider', ) If you need an OAuth2 provider you'll want to add the following to your urls.py. Notice that `oauth2_provider` namespace is mandatory. .. code-block:: python urlpatterns = [ ... path('o/', include('oauth2_provider.urls', namespace='oauth2_provider')), ] Changelog --------- See `CHANGELOG.md <https://github.com/jazzband/django-oauth-toolkit/blob/master/CHANGELOG.md>`_. Documentation -------------- The `full documentation <https://django-oauth-toolkit.readthedocs.io/>`_ is on *Read the Docs*. Updating on PyPi ---------------- Run the following commands:: python3 setup.py sdist twine upload dist/* License ------- django-oauth-toolkit is released under the terms of the **BSD license**. Full details in ``LICENSE`` file.


نحوه نصب


نصب پکیج whl cf-django-oauth-toolkit-1.3.4:

    pip install cf-django-oauth-toolkit-1.3.4.whl


نصب پکیج tar.gz cf-django-oauth-toolkit-1.3.4:

    pip install cf-django-oauth-toolkit-1.3.4.tar.gz