معرفی شرکت ها


decode-server-django-1.0.0


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

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

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

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

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

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

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

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

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

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

مشاهده بیشتر

توضیحات

Django middleware for Decode Auth
ویژگی مقدار
سیستم عامل -
نام فایل decode-server-django-1.0.0
نام decode-server-django
نسخه کتابخانه 1.0.0
نگهدارنده []
ایمیل نگهدارنده []
نویسنده Davor Badrov
ایمیل نویسنده founders@decodeauth.com
آدرس صفحه اصلی https://github.com/usedecode/decode_server/decode_server_django
آدرس اینترنتی https://pypi.org/project/decode-server-django/
مجوز -
# Decode Server Django A middleware for Django for authenticating requests from [Decode Auth Server](https://decodeauth.com/). ## Installing Install using pip: ```sh pip install decode_server_django ``` ## A simple example To integrate your Django app with Decode Auth you need to set the Decode public key and register the middleware with the app. ```python # in settings.py of your app add the public key DECODE_PUBLIC_KEY = """-----BEGIN RSA PUBLIC KEY----- ...REDACTED... -----END RSA PUBLIC KEY-----""" # And register the middleware MIDDLEWARE = [ 'decode_server_django.middleware.DecodeAuthMiddleware', ... ] ``` Now all the routes will be protected by the middleware and only Decode Auth will be able to call them. ## Developing To install Decode Server Flask, alogn with the tools you need to develop and run tests, run the following in your virtualenv: ```sh pip install -e .[dev] ``` ## Pushing updates ```sh # First build the redistributable python setup.py bdist_wheel sdist # and then push it to pypi.org twine upload dist/* ```


نیازمندی

مقدار نام
>=3.0 Django
~=3.2 python-jose
>=3.7 pytest
>=3.2 twine


نحوه نصب


نصب پکیج whl decode-server-django-1.0.0:

    pip install decode-server-django-1.0.0.whl


نصب پکیج tar.gz decode-server-django-1.0.0:

    pip install decode-server-django-1.0.0.tar.gz