django graph auth是一个django应用程序,它提供简单的突变和查询,用于使用graphql管理用户。

django-graph-auth的Python项目详细描述


django graph auth是一个django应用程序,它提供简单的突变和查询,用于使用graphql管理用户。它可以注册用户、登录、重置用户并公开“json web令牌”。

上有文档。

……_ django rest framework:http://www.django-rest-framework.org/

…_ json web令牌:http://getblimp.github.io/django rest framework jwt/

…_ github:https://github.com/morgante/django graph auth/blob/master/docs/api.md


要求
----



此功能仅通过以下测试:

*python:3.5
*django:1.10


安装程序
-


代码块:sh

pip install django graph auth

,然后将其添加到已安装的应用程序中:

…代码块::python

已安装的应用程序=(

‘图形验证’,



代码块::python

import graphene
from graphene import relay,objecttype


import graph-auth.schema

class query(graph-auth.schema.query,objecttype):
node=relay.node.field()

class variation(graph-auth.schema.variation,objecttype):
pass


schema=graphene.schema(query=query,突变=突变)



credits
----

``django graph auth``由morgante pell创建(`@morgante
<;https://github.com/morgante>;`)。它基于“django rest auth”。_ django-rest-auth:https://github.com/tivix/django-rest-auth



==



pending
--


*此处显示新的发行说明。

<0.3.1(2016-11-13)
----


*添加安装依赖项。(https://github.com/morgante/django graph auth/pull/2)


0.3.0(2016-10-16)
----


*添加用户更改功能。


<0.0.1(2016-10-10)
----

*初始版本



欢迎加入QQ群-->: 979659372 Python中文网_新手群

推荐PyPI第三方库


热门话题
带Maven的Eclipse Java存储库:缺少工件:compile   java如何以编程方式停止RMI服务器并通知所有客户端   java Roboguice抛出ClassNotFoundException:AnnotationDatabaseImpl   java为什么lucene 4.0删除IndexWriter类的两个构造函数?   nls如何避免java项目上不需要的日志消息?   测试无法在Selenium Webdriver(java)中定位iframe   使用XML的java servlet   java如何使用jxl用****屏蔽单元格   java使用SQLite从数据库中选择“没有这样的列”   导入扫描程序后出现java编译错误   插入查询的java空指针异常   使用创建PostgreSQL数据库。Java应用中的sql脚本   java使用jsoup将HTML解析为格式化的明文