معرفی شرکت ها


django-graph-auth-0.3.1


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

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

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

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

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

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

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

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

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

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

مشاهده بیشتر

توضیحات

django-graph-auth is a Django application which provides simple mutations and queries for managing users with GraphQL.
ویژگی مقدار
سیستم عامل -
نام فایل django-graph-auth-0.3.1
نام django-graph-auth
نسخه کتابخانه 0.3.1
نگهدارنده []
ایمیل نگهدارنده []
نویسنده Morgante Pell
ایمیل نویسنده morgante.pell@morgante.net
آدرس صفحه اصلی https://github.com/morgante/django-graph-auth
آدرس اینترنتی https://pypi.org/project/django-graph-auth/
مجوز MIT License
django-graph-auth ======================= django-graph-auth is a Django application which provides simple mutations and queries for managing users with GraphQL. It can register users, log in, reset users, and expose `JSON web tokens`_. Documentation can be found on `GitHub`_. .. _Django Rest Framework: http://www.django-rest-framework.org/ .. _JSON web tokens: http://getblimp.github.io/django-rest-framework-jwt/ .. _GitHub: https://github.com/morgante/django-graph-auth/blob/master/docs/api.md Requirements ------------ This has only been tested with: * Python: 3.5 * Django: 1.10 Setup ----- Install from **pip**: .. code-block:: sh pip install django-graph-auth and then add it to your installed apps: .. code-block:: python INSTALLED_APPS = ( ... 'graph_auth', ... ) You will also need to edit your base schema to import the mutations and queries, like this: .. code-block:: python import graphene from graphene import relay, ObjectType import graph_auth.schema class Query(graph_auth.schema.Query, ObjectType): node = relay.Node.Field() class Mutation(graph_auth.schema.Mutation, ObjectType): pass schema = graphene.Schema(query=Query, mutation=Mutation) Credits ------- ``django-graph-auth`` was created by Morgante Pell (`@morgante <https://github.com/morgante>`_). It is based on `django-rest-auth`_. .. _django-rest-auth: https://github.com/Tivix/django-rest-auth History ======= Pending ------- * New release notes go here. 0.3.1 (2016-11-13) ----------------- * Add installation dependencies. (https://github.com/morgante/django-graph-auth/pull/2) 0.3.0 (2016-10-16) ----------------- * Add user changing functionality. 0.0.1 (2016-10-10) ----------------- * Initial release


نیازمندی

مقدار نام
- djangorestframework
- djangorestframework-jwt


نحوه نصب


نصب پکیج whl django-graph-auth-0.3.1:

    pip install django-graph-auth-0.3.1.whl


نصب پکیج tar.gz django-graph-auth-0.3.1:

    pip install django-graph-auth-0.3.1.tar.gz