{ "info": { "author": "mongkok", "author_email": "domake.io@gmail.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 4 - Beta", "Environment :: Web Environment", "Framework :: Django", "Framework :: Django :: 1.11", "Framework :: Django :: 2.0", "Framework :: Django :: 2.1", "Framework :: Django :: 2.2", "Intended Audience :: Developers", "License :: OSI Approved :: MIT License", "Operating System :: OS Independent", "Programming Language :: Python", "Programming Language :: Python :: 2.7", "Programming Language :: Python :: 3", "Programming Language :: Python :: 3.4", "Programming Language :: Python :: 3.5", "Programming Language :: Python :: 3.6", "Programming Language :: Python :: 3.7", "Programming Language :: Python :: 3.8" ], "description": "Django GraphQL JWT\n==================\n\n|Pypi| |Build Status| |Codecov| |Code Climate|\n\n\n`JSON Web Token `_ authentication for `Django GraphQL `_\n\n\nInstallation\n------------\n\nInstall last stable version from Pypi:\n\n::\n\n pip install django-graphql-jwt\n\nAdd ``AuthenticationMiddleware`` middleware to your *MIDDLEWARE* settings:\n\n.. code:: python\n\n MIDDLEWARE = [\n ...\n 'django.contrib.auth.middleware.AuthenticationMiddleware',\n ...\n ]\n\nAdd ``JSONWebTokenMiddleware`` middleware to your *GRAPHENE* settings:\n\n.. code:: python\n\n GRAPHENE = {\n 'SCHEMA': 'mysite.myschema.schema',\n 'MIDDLEWARE': [\n 'graphql_jwt.middleware.JSONWebTokenMiddleware',\n ],\n }\n\nAdd ``JSONWebTokenBackend`` backend to your *AUTHENTICATION_BACKENDS*:\n\n.. code:: python\n\n AUTHENTICATION_BACKENDS = [\n 'graphql_jwt.backends.JSONWebTokenBackend',\n 'django.contrib.auth.backends.ModelBackend',\n ]\n\n\nSchema\n------\n\nAdd *django-graphql-jwt* mutations to the root schema:\n\n.. code:: python\n\n import graphene\n import graphql_jwt\n\n\n class Mutation(graphene.ObjectType):\n token_auth = graphql_jwt.ObtainJSONWebToken.Field()\n verify_token = graphql_jwt.Verify.Field()\n refresh_token = graphql_jwt.Refresh.Field()\n\n\n schema = graphene.Schema(mutation=Mutation)\n\n\nDocumentation\n-------------\n\nFantastic documentation is available at https://django-graphql-jwt.domake.io.\n\n\n.. |Pypi| image:: https://img.shields.io/pypi/v/django-graphql-jwt.svg\n :target: https://pypi.python.org/pypi/django-graphql-jwt\n :alt: Pypi\n\n.. |Build Status| image:: https://travis-ci.org/flavors/django-graphql-jwt.svg?branch=master\n :target: https://travis-ci.org/flavors/django-graphql-jwt\n :alt: Build Status\n\n.. |Codecov| image:: https://img.shields.io/codecov/c/github/flavors/django-graphql-jwt.svg\n :target: https://codecov.io/gh/flavors/django-graphql-jwt\n :alt: Codecov\n\n.. |Code Climate| image:: https://api.codeclimate.com/v1/badges/c79a185d546f7e34fdd6/maintainability\n :target: https://codeclimate.com/github/flavors/django-graphql-jwt\n :alt: Codeclimate\n", "description_content_type": "", "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/flavors/django-graphql-jwt", "keywords": "", "license": "MIT", "maintainer": "", "maintainer_email": "", "name": "django-graphql-jwt", "package_url": "https://pypi.org/project/django-graphql-jwt/", "platform": "", "project_url": "https://pypi.org/project/django-graphql-jwt/", "project_urls": { "Homepage": "https://github.com/flavors/django-graphql-jwt" }, "release_url": "https://pypi.org/project/django-graphql-jwt/0.2.2/", "requires_dist": null, "requires_python": "", "summary": "JSON Web Token for Django GraphQL", "version": "0.2.2" }, "last_serial": 5692544, "releases": { "0.0.1": [ { "comment_text": "", "digests": { "md5": "12c9e032db4bc9ea0bdd0964865fb96f", "sha256": "a2ba7975757d350f12ff7c4d16e181238cb25f3f0fd8dac8b524c5c923412142" }, "downloads": -1, "filename": "django_graphql_jwt-0.0.1-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "12c9e032db4bc9ea0bdd0964865fb96f", "packagetype": "bdist_wheel", "python_version": "3.6", "requires_python": null, "size": 7976, "upload_time": "2017-11-06T21:18:56", "url": "https://files.pythonhosted.org/packages/d1/8e/6d23a7570e83ab358a12ef453a6502d13170b30fba771bc2814c170d28e8/django_graphql_jwt-0.0.1-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "eab8cc7b15817376bcca2d29f4a63656", "sha256": "64257a516bfdaccd91600d7e20bf50a28eb3deed10abd69fc75821340ad969b8" }, "downloads": -1, "filename": "django-graphql-jwt-0.0.1.tar.gz", "has_sig": false, "md5_digest": "eab8cc7b15817376bcca2d29f4a63656", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 10070, "upload_time": "2017-11-06T21:18:49", "url": "https://files.pythonhosted.org/packages/9a/94/67d205da868ced6ad9b0267fc76ffe485c84ce5dae078498b57b67784818/django-graphql-jwt-0.0.1.tar.gz" } ], "0.0.2": [ { "comment_text": "", "digests": { "md5": "030a27f7ea821d3397ab14da72c22a99", "sha256": "d82e8ee10eabce16d71ef504f4fd2fc8b2dfab8c1a72606cc156307d36b3c967" }, "downloads": -1, "filename": "django_graphql_jwt-0.0.2-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "030a27f7ea821d3397ab14da72c22a99", "packagetype": "bdist_wheel", "python_version": "3.6", "requires_python": null, "size": 7986, "upload_time": "2017-11-21T08:30:35", "url": "https://files.pythonhosted.org/packages/71/4f/7087e5b53b36164febcaedd5a5a6d566b9a297e1153a8a93d1af55348a45/django_graphql_jwt-0.0.2-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "4a8fd2839b1fc00df1dca6bbf8453dc3", "sha256": "9f37a283611ea03c74451382bbc3327bec64c907eb83c7e1a1de15c3327db443" }, "downloads": -1, "filename": "django-graphql-jwt-0.0.2.tar.gz", "has_sig": false, "md5_digest": "4a8fd2839b1fc00df1dca6bbf8453dc3", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 10071, "upload_time": "2017-11-21T08:30:28", "url": "https://files.pythonhosted.org/packages/2d/20/bb3a9def94d05be46d38260b37a0ab382e16d62d7b91aa06ef1a771196de/django-graphql-jwt-0.0.2.tar.gz" } ], "0.1.0": [ { "comment_text": "", "digests": { "md5": "85c35f571c611b97f1fdbd9a650eedde", "sha256": "6d7ae3efd84ace992be00659a5e732f2dd13d12c89a981ab66e2cf0c5ad455c8" }, "downloads": -1, "filename": "django_graphql_jwt-0.1.0-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "85c35f571c611b97f1fdbd9a650eedde", "packagetype": "bdist_wheel", "python_version": "3.7", "requires_python": null, "size": 11402, "upload_time": "2018-01-07T22:08:59", "url": "https://files.pythonhosted.org/packages/ca/e9/84e6b07dbdbb493dc7144e985f317f9410e1c3315750c21f0b8d5b567895/django_graphql_jwt-0.1.0-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "6f281fcecb5303e8a4462faaf5e4aeb5", "sha256": "8b6b7c00d94b117f76d8e1f099a78a7256d29b6e35ff9770398130a15405b042" }, "downloads": -1, "filename": "django-graphql-jwt-0.1.0.tar.gz", "has_sig": false, "md5_digest": "6f281fcecb5303e8a4462faaf5e4aeb5", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 12759, "upload_time": "2018-01-07T22:07:33", "url": "https://files.pythonhosted.org/packages/1b/68/53fcc971abcea8951a81121a0ffe710fbf2f9526a545e0dabf3ee485fd70/django-graphql-jwt-0.1.0.tar.gz" } ], "0.1.1": [ { "comment_text": "", "digests": { "md5": "cebf0940b66aa950c66b251670138570", "sha256": "cf43edfd330c5c0aa6a4c44d47e3c99137d8518e964afb4a587bbd87accc0e17" }, "downloads": -1, "filename": "django_graphql_jwt-0.1.1-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "cebf0940b66aa950c66b251670138570", "packagetype": "bdist_wheel", "python_version": "3.6", "requires_python": null, "size": 11433, "upload_time": "2018-01-07T22:54:49", "url": "https://files.pythonhosted.org/packages/c6/57/3866d634d356c57542c42af76f015afd6c0a2e4e5219e5fcf59aadaf67fc/django_graphql_jwt-0.1.1-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "0fc72ca4b08a4fe95706db3d9ce298ff", "sha256": "e88c150260c79037620127b61a5e662358e5a66629797231ca6e1127681c4050" }, "downloads": -1, "filename": "django-graphql-jwt-0.1.1.tar.gz", "has_sig": false, "md5_digest": "0fc72ca4b08a4fe95706db3d9ce298ff", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 12841, "upload_time": "2018-01-07T22:53:49", "url": "https://files.pythonhosted.org/packages/c6/a1/bb0d6185bd1b49da3cf3fce831e9425884b1bf530a7f4be7e3c079e4ff0e/django-graphql-jwt-0.1.1.tar.gz" } ], "0.1.10": [ { "comment_text": "", "digests": { "md5": "eedf17fcfd694e645903c15b18e9552e", "sha256": "7b5f249bc6f1459802c4e96a330041092faff87b7bcd421f7408d1b368f417dc" }, "downloads": -1, "filename": "django_graphql_jwt-0.1.10-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "eedf17fcfd694e645903c15b18e9552e", "packagetype": "bdist_wheel", "python_version": "3.6", "requires_python": null, "size": 17247, "upload_time": "2018-04-22T12:26:14", "url": "https://files.pythonhosted.org/packages/e5/8a/aff8a772e5b1b034f2c0c72bb579f227faf116dfd4cfd5a1f9940d20c07a/django_graphql_jwt-0.1.10-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "2a67cad8a8443ea4e15f2e397cde5490", "sha256": "faaeeb5b5b272b74eb6ea9b41c5681b1f04930acdfa213f6decd23d781215e3e" }, "downloads": -1, "filename": "django-graphql-jwt-0.1.10.tar.gz", "has_sig": false, "md5_digest": "2a67cad8a8443ea4e15f2e397cde5490", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 13556, "upload_time": "2018-04-22T12:26:11", "url": "https://files.pythonhosted.org/packages/66/84/c67b35661abf071a929374cc717551f7ba7af6660d157626739889af6359/django-graphql-jwt-0.1.10.tar.gz" } ], "0.1.11": [ { "comment_text": "", "digests": { "md5": "3d6edc14264908a5ed1d86433d986393", "sha256": "7c0d5285ed9268115faaacc990a7c50d651ed3a618013a1e89e768b43caec958" }, "downloads": -1, "filename": "django_graphql_jwt-0.1.11-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "3d6edc14264908a5ed1d86433d986393", "packagetype": "bdist_wheel", "python_version": "3.6", "requires_python": null, "size": 17192, "upload_time": "2018-09-16T17:03:28", "url": "https://files.pythonhosted.org/packages/d1/6e/e147cadeb63095badf9db92932dc92100e0eea2c216491c0ac69c63fa0e4/django_graphql_jwt-0.1.11-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "af8692ba25f3e21d18ac5f320924a24d", "sha256": "f1d03a7e10849b356d6682db6ad819c665accdc066465d3b4bfbcdac06ec4e92" }, "downloads": -1, "filename": "django-graphql-jwt-0.1.11.tar.gz", "has_sig": false, "md5_digest": "af8692ba25f3e21d18ac5f320924a24d", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 13431, "upload_time": "2018-09-16T17:03:23", "url": "https://files.pythonhosted.org/packages/81/c2/96231689ded8b9a3c738651d70310191c4bb9e39d9da7e909889b98d4b43/django-graphql-jwt-0.1.11.tar.gz" } ], "0.1.12": [ { "comment_text": "", "digests": { "md5": "f5281e13c9f54d34eb383821d04e1d0f", "sha256": "f3a8199f615bb1ac17862cb8c987fe35b2c5de56e40fa04a66f5e96d3ec85306" }, "downloads": -1, "filename": "django_graphql_jwt-0.1.12-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "f5281e13c9f54d34eb383821d04e1d0f", "packagetype": "bdist_wheel", "python_version": "3.6", "requires_python": null, "size": 17194, "upload_time": "2018-09-19T14:07:01", "url": "https://files.pythonhosted.org/packages/8f/43/4e4ba2bce045881878e174218e11ffb4a56cddbc10decbf918f4e327288e/django_graphql_jwt-0.1.12-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "e26c92eff6a8348ec531b1dbe5314ba1", "sha256": "9eea167f9fc4fa0dacaa4565e8bd10fa1d696e7d91b345e9eaa3248846bd83c6" }, "downloads": -1, "filename": "django-graphql-jwt-0.1.12.tar.gz", "has_sig": false, "md5_digest": "e26c92eff6a8348ec531b1dbe5314ba1", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 13442, "upload_time": "2018-09-19T14:06:52", "url": "https://files.pythonhosted.org/packages/80/fa/fdfaa6dee2f892048a375b60b7c613b78846521fbf0fa5ce84e9a4d3d072/django-graphql-jwt-0.1.12.tar.gz" } ], "0.1.13": [ { "comment_text": "", "digests": { "md5": "82dce77376b13113362838795967d393", "sha256": "619e76d3eabd05732f3e267ddb6d60e5e63a119002f91b316de26cdf66699d25" }, "downloads": -1, "filename": "django_graphql_jwt-0.1.13-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "82dce77376b13113362838795967d393", "packagetype": "bdist_wheel", "python_version": "3.6", "requires_python": null, "size": 18461, "upload_time": "2018-09-27T18:17:26", "url": "https://files.pythonhosted.org/packages/b0/c1/e902ab58547cbaa0bc2d17135589949bbbd62a3a640243da5c875ff3ea4f/django_graphql_jwt-0.1.13-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "ad6da634ee8f764a60248b307db1f3dd", "sha256": "f00a135baef6729b5816b32ea97f0fd49925d16e07054013139938295f1d5e66" }, "downloads": -1, "filename": "django-graphql-jwt-0.1.13.tar.gz", "has_sig": false, "md5_digest": "ad6da634ee8f764a60248b307db1f3dd", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 14447, "upload_time": "2018-09-27T18:17:18", "url": "https://files.pythonhosted.org/packages/f5/a2/951a071796f5031bb48e3a81bb90436faae95e9f94418b14ec5a2e63c008/django-graphql-jwt-0.1.13.tar.gz" } ], "0.1.14": [ { "comment_text": "", "digests": { "md5": "df98fb9ff2f5ab1583977a91bc387aee", "sha256": "690683a9f619b8c785f0297aa7e6ea7a047877b59b3417d550591899a119e58e" }, "downloads": -1, "filename": "django_graphql_jwt-0.1.14-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "df98fb9ff2f5ab1583977a91bc387aee", "packagetype": "bdist_wheel", "python_version": "3.6", "requires_python": null, "size": 26351, "upload_time": "2018-10-21T13:47:24", "url": "https://files.pythonhosted.org/packages/a2/60/3d2d5c3d2045da1417b0d33f8d7ae8d01ea7da56bb3c4f9d67a59454d1b9/django_graphql_jwt-0.1.14-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "4c2b24ac35f4ba64a39dae0d7ebd63de", "sha256": "56168bc2f85283fbe6569357051c7d5ea4acb0ef0d56436e3f01dde9bf7c9b4e" }, "downloads": -1, "filename": "django-graphql-jwt-0.1.14.tar.gz", "has_sig": false, "md5_digest": "4c2b24ac35f4ba64a39dae0d7ebd63de", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 17975, "upload_time": "2018-10-21T13:47:18", "url": "https://files.pythonhosted.org/packages/65/95/27bb7ed128bc362e9efbb5976d54e974c783d172637d72148a532b3434be/django-graphql-jwt-0.1.14.tar.gz" } ], "0.1.2": [ { "comment_text": "", "digests": { "md5": "c818e1ec86d292f3d7d3b8dd652787d0", "sha256": "23597ae41179bcfd3dd967637c52b084c7a8375e153c0f018f2e3a5acd7e3b71" }, "downloads": -1, "filename": "django_graphql_jwt-0.1.2-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "c818e1ec86d292f3d7d3b8dd652787d0", "packagetype": "bdist_wheel", "python_version": "3.6", "requires_python": null, "size": 11538, "upload_time": "2018-01-12T17:17:12", "url": "https://files.pythonhosted.org/packages/32/91/0365118ca056549a33f56c8215bdb334134d3c3b790c037cbd0fde21f9ff/django_graphql_jwt-0.1.2-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "4b2ebe014cb1ebc6998d550f719c9e5c", "sha256": "85f3373d22becfb561fd964ec4901bae0bcafbcdc0ce27b7066d4d6cbd4f7241" }, "downloads": -1, "filename": "django-graphql-jwt-0.1.2.tar.gz", "has_sig": false, "md5_digest": "4b2ebe014cb1ebc6998d550f719c9e5c", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 12781, "upload_time": "2018-01-12T17:17:07", "url": "https://files.pythonhosted.org/packages/e2/ab/a9c9a1fb6b31f903ad2d24c9003a858d359f426e6625f78541395f652470/django-graphql-jwt-0.1.2.tar.gz" } ], "0.1.3": [ { "comment_text": "", "digests": { "md5": "cacf2ce818bba26f4a2c27de349253b4", "sha256": "171ef698b113dded99e7c4efbe30e7ef1f1cbd6d4155759c39df2d6362d00c75" }, "downloads": -1, "filename": "django_graphql_jwt-0.1.3-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "cacf2ce818bba26f4a2c27de349253b4", "packagetype": "bdist_wheel", "python_version": "3.6", "requires_python": null, "size": 12147, "upload_time": "2018-01-14T13:36:53", "url": "https://files.pythonhosted.org/packages/fa/ad/6bdf5f0a21e9d1761d36ac295a64a4b3b051609baffb2507145c1411c2dd/django_graphql_jwt-0.1.3-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "f095121d6380596a60de7053da706a70", "sha256": "5dfeea5f3de44ea606fee781de4e8a5447a779034bd1b732c1121cb9619011eb" }, "downloads": -1, "filename": "django-graphql-jwt-0.1.3.tar.gz", "has_sig": false, "md5_digest": "f095121d6380596a60de7053da706a70", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 9591, "upload_time": "2018-01-14T13:36:48", "url": "https://files.pythonhosted.org/packages/70/8b/f758df4bfa65a603c2dfbc130082969969a4936ed6507b4bf0844ab5babc/django-graphql-jwt-0.1.3.tar.gz" } ], "0.1.4": [ { "comment_text": "", "digests": { "md5": "4bb242ab0056466196892425a2cd9d06", "sha256": "d66dce45eec6d41247a624a1afb9eac5e714dd04fb743390aff64b413dfd8887" }, "downloads": -1, "filename": "django_graphql_jwt-0.1.4-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "4bb242ab0056466196892425a2cd9d06", "packagetype": "bdist_wheel", "python_version": "3.6", "requires_python": null, "size": 14320, "upload_time": "2018-01-18T22:53:01", "url": "https://files.pythonhosted.org/packages/87/d8/a819c72cb6fc25a6acd085506dbda735331e9de26c21740bf3a663bb6169/django_graphql_jwt-0.1.4-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "2f1cb16236f93e7a58c0e989551cf289", "sha256": "80da76428725982fc1c00d2827dbf64e1e7aef0b3355274306e5a853a97d2ee7" }, "downloads": -1, "filename": "django-graphql-jwt-0.1.4.tar.gz", "has_sig": false, "md5_digest": "2f1cb16236f93e7a58c0e989551cf289", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 10913, "upload_time": "2018-01-18T22:52:56", "url": "https://files.pythonhosted.org/packages/13/99/286658792a758466f864ee3dc062332afa0f9895a791080621fd92fd0964/django-graphql-jwt-0.1.4.tar.gz" } ], "0.1.5": [ { "comment_text": "", "digests": { "md5": "735fb0fbef1704af55675e2c6d5a9be8", "sha256": "9126bdf095e6c199ade6682106ab5d3e32af94fbfe0e24de36f6613050ae4306" }, "downloads": -1, "filename": "django_graphql_jwt-0.1.5-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "735fb0fbef1704af55675e2c6d5a9be8", "packagetype": "bdist_wheel", "python_version": "3.6", "requires_python": null, "size": 14322, "upload_time": "2018-02-12T18:22:13", "url": "https://files.pythonhosted.org/packages/df/77/c935f085c6cb480635b1a7eb72b3725a39c91ec7ea5747aff6a45a10fe89/django_graphql_jwt-0.1.5-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "5ba1e484ed320df7e88edf3398d76f99", "sha256": "3af826631bd710ac1bdd3c7f796259f274a855514d26157b466bb82299b38eed" }, "downloads": -1, "filename": "django-graphql-jwt-0.1.5.tar.gz", "has_sig": false, "md5_digest": "5ba1e484ed320df7e88edf3398d76f99", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 10931, "upload_time": "2018-02-12T18:22:07", "url": "https://files.pythonhosted.org/packages/6d/82/68261efffa8cd7109f1c7ab95a10b544ec8731e051226024377857827223/django-graphql-jwt-0.1.5.tar.gz" } ], "0.1.6": [ { "comment_text": "", "digests": { "md5": "6086a24708cdc99914963c306f74cbb5", "sha256": "ee63e8bc93125079458121171ff9cce389f2bd0fdb3c3734d898130370ca76f6" }, "downloads": -1, "filename": "django_graphql_jwt-0.1.6-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "6086a24708cdc99914963c306f74cbb5", "packagetype": "bdist_wheel", "python_version": "3.6", "requires_python": null, "size": 15011, "upload_time": "2018-03-12T13:33:23", "url": "https://files.pythonhosted.org/packages/58/d8/14cfd8929080345d6f3e800e22426ab15dadf5bdeeb39cb312fb69d54c8c/django_graphql_jwt-0.1.6-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "37b20276a8cc7fd56705c0555b9ad4ef", "sha256": "96295d564c4d4a07b23e41493a712395b81a6d62830d8b6520f57377836c4af6" }, "downloads": -1, "filename": "django-graphql-jwt-0.1.6.tar.gz", "has_sig": false, "md5_digest": "37b20276a8cc7fd56705c0555b9ad4ef", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 11544, "upload_time": "2018-03-12T13:33:19", "url": "https://files.pythonhosted.org/packages/58/9c/ccad1952382ff7641f12928e3a1b9524f78365693478e03a748cc5e2b2d6/django-graphql-jwt-0.1.6.tar.gz" } ], "0.1.7": [ { "comment_text": "", "digests": { "md5": "4a76b07424508a4eb076bc4c88cb6e5e", "sha256": "89bb6bd5baed00236d2c24bcb464621484c07ce992f6999dbd5d3e282f7cfe7a" }, "downloads": -1, "filename": "django_graphql_jwt-0.1.7-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "4a76b07424508a4eb076bc4c88cb6e5e", "packagetype": "bdist_wheel", "python_version": "3.6", "requires_python": null, "size": 15011, "upload_time": "2018-03-12T13:42:30", "url": "https://files.pythonhosted.org/packages/10/f9/8a797297df4928eb25e3e26020cd6d6730187fcc35b2c75adb7b554d9f4c/django_graphql_jwt-0.1.7-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "132156e995e81c823a2e71dd79d7cd68", "sha256": "02382f5a3bc1678eb5c6642c33b31bc1548d0fb643f5b45be499302494e7eabf" }, "downloads": -1, "filename": "django-graphql-jwt-0.1.7.tar.gz", "has_sig": false, "md5_digest": "132156e995e81c823a2e71dd79d7cd68", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 11547, "upload_time": "2018-03-12T13:42:24", "url": "https://files.pythonhosted.org/packages/8f/06/785b5db61f10632b8a7dcfe0c24239da1895c90bc69769891486404899c4/django-graphql-jwt-0.1.7.tar.gz" } ], "0.1.8": [ { "comment_text": "", "digests": { "md5": "73b3f64364fbabcfc64d3d32a272d4db", "sha256": "9de71dbf7a37826cf394f90f83232c472b05a1d907f95dff57ff177db4f34469" }, "downloads": -1, "filename": "django_graphql_jwt-0.1.8-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "73b3f64364fbabcfc64d3d32a272d4db", "packagetype": "bdist_wheel", "python_version": "3.6", "requires_python": null, "size": 15006, "upload_time": "2018-03-15T19:22:12", "url": "https://files.pythonhosted.org/packages/cf/13/3b9aec0627c649fa3da7147f97d6067a10e3e1a89fcdbc85598327a1f32b/django_graphql_jwt-0.1.8-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "5df1e607bbb5e17cc0c1e1eed9dbfa48", "sha256": "375ee6528645e4941e62d2a105fda9d98d406ca232feaa07d7c9082c7e26ac41" }, "downloads": -1, "filename": "django-graphql-jwt-0.1.8.tar.gz", "has_sig": false, "md5_digest": "5df1e607bbb5e17cc0c1e1eed9dbfa48", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 11560, "upload_time": "2018-03-15T19:22:05", "url": "https://files.pythonhosted.org/packages/01/b3/81f404750ee44d43000a08a3e198297308f97a30c25649a0a8d4c5d3cec3/django-graphql-jwt-0.1.8.tar.gz" } ], "0.1.9": [ { "comment_text": "", "digests": { "md5": "dd9a46db21febeb1528c7d41e59c353d", "sha256": "6ae1684c4b5515daa5b807a9b0e0f396e94194eca3725a828a7ecb67683bfb3f" }, "downloads": -1, "filename": "django_graphql_jwt-0.1.9-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "dd9a46db21febeb1528c7d41e59c353d", "packagetype": "bdist_wheel", "python_version": "3.6", "requires_python": null, "size": 15808, "upload_time": "2018-03-25T17:36:10", "url": "https://files.pythonhosted.org/packages/89/58/c3e9632661f7e78bf4a16e5768af206ad261a002eaf900ad54c3b39777ab/django_graphql_jwt-0.1.9-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "430483948a0e156a4c9bffa63858b0ee", "sha256": "acb69bfaa5878001c9cb46dbdebccd2f348a8fc849a08e1ad9e7b1ff15af5cb9" }, "downloads": -1, "filename": "django-graphql-jwt-0.1.9.tar.gz", "has_sig": false, "md5_digest": "430483948a0e156a4c9bffa63858b0ee", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 12259, "upload_time": "2018-03-25T17:35:51", "url": "https://files.pythonhosted.org/packages/57/0e/9a62db9e4d95b17f975ba42e7ba3dfd697bae38e7fd2c247608dbb16b329/django-graphql-jwt-0.1.9.tar.gz" } ], "0.2.0": [ { "comment_text": "", "digests": { "md5": "90231ba89a6408e2d0beb43f1d03a1cd", "sha256": "da4c4c4a7c7c75f6c7ed117589076e430614248f155cfe343561fe6bcd10e574" }, "downloads": -1, "filename": "django_graphql_jwt-0.2.0-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "90231ba89a6408e2d0beb43f1d03a1cd", "packagetype": "bdist_wheel", "python_version": "3.6", "requires_python": null, "size": 22480, "upload_time": "2018-10-28T00:35:16", "url": "https://files.pythonhosted.org/packages/5a/4c/8f75c0aaea741e229f1e3cc35f57d7aefdbf8aeb066e2b2d54771c088137/django_graphql_jwt-0.2.0-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "098366be0b65999f5de46fb8e1e742e5", "sha256": "d18085c6bb7bf20701a0cc6ee556436d9558c929aabdcecace52252a43408ab7" }, "downloads": -1, "filename": "django-graphql-jwt-0.2.0.tar.gz", "has_sig": false, "md5_digest": "098366be0b65999f5de46fb8e1e742e5", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 13539, "upload_time": "2018-10-28T00:35:11", "url": "https://files.pythonhosted.org/packages/f0/df/07f69d07a01d3a1f9acb9168ef07f7977f6aa327d177d0ec6b1b45256852/django-graphql-jwt-0.2.0.tar.gz" } ], "0.2.1": [ { "comment_text": "", "digests": { "md5": "26137ba7689d2e267ae7233fc2173f5b", "sha256": "6dcf9dd4990098e289d76ab4220edbf436a2e26dc6af1d4a526ac699ad93bf14" }, "downloads": -1, "filename": "django-graphql-jwt-0.2.1.tar.gz", "has_sig": false, "md5_digest": "26137ba7689d2e267ae7233fc2173f5b", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 14748, "upload_time": "2019-02-16T21:00:05", "url": "https://files.pythonhosted.org/packages/cc/1d/df78284dc2e483e2ceffcf499988785f05cdbc037f84d33d991e112e9949/django-graphql-jwt-0.2.1.tar.gz" } ], "0.2.2": [ { "comment_text": "", "digests": { "md5": "00bec0177458166c1a9ce58219f1f9b0", "sha256": "a189459086e97f2ff49203e9041f1f3d4b2a9502f02571d4e0087cc91b2cecd7" }, "downloads": -1, "filename": "django_graphql_jwt-0.2.2-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "00bec0177458166c1a9ce58219f1f9b0", "packagetype": "bdist_wheel", "python_version": "3.7", "requires_python": null, "size": 31238, "upload_time": "2019-08-17T18:54:09", "url": "https://files.pythonhosted.org/packages/00/a5/8a9284be1a8be031e12cb1ef0bf77efac117d2381990463b7eb2e7cd1b37/django_graphql_jwt-0.2.2-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "6f5c63ac9da066fb21b74577894f0e31", "sha256": "688c1e6a69f9715471fc250521ca5675c71af3f1159a629089c20cb3db0e2ba7" }, "downloads": -1, "filename": "django-graphql-jwt-0.2.2.tar.gz", "has_sig": false, "md5_digest": "6f5c63ac9da066fb21b74577894f0e31", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 16364, "upload_time": "2019-08-17T18:54:03", "url": "https://files.pythonhosted.org/packages/1d/55/83cb347dd615f5323c6c94d05e13720038f524da693db04995a158c791ce/django-graphql-jwt-0.2.2.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "00bec0177458166c1a9ce58219f1f9b0", "sha256": "a189459086e97f2ff49203e9041f1f3d4b2a9502f02571d4e0087cc91b2cecd7" }, "downloads": -1, "filename": "django_graphql_jwt-0.2.2-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "00bec0177458166c1a9ce58219f1f9b0", "packagetype": "bdist_wheel", "python_version": "3.7", "requires_python": null, "size": 31238, "upload_time": "2019-08-17T18:54:09", "url": "https://files.pythonhosted.org/packages/00/a5/8a9284be1a8be031e12cb1ef0bf77efac117d2381990463b7eb2e7cd1b37/django_graphql_jwt-0.2.2-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "6f5c63ac9da066fb21b74577894f0e31", "sha256": "688c1e6a69f9715471fc250521ca5675c71af3f1159a629089c20cb3db0e2ba7" }, "downloads": -1, "filename": "django-graphql-jwt-0.2.2.tar.gz", "has_sig": false, "md5_digest": "6f5c63ac9da066fb21b74577894f0e31", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 16364, "upload_time": "2019-08-17T18:54:03", "url": "https://files.pythonhosted.org/packages/1d/55/83cb347dd615f5323c6c94d05e13720038f524da693db04995a158c791ce/django-graphql-jwt-0.2.2.tar.gz" } ] }