{ "info": { "author": "Ahmed Hisham Ismail", "author_email": "ahm3d.hisham@gmail.com", "bugtrack_url": null, "classifiers": [ "Environment :: Web Environment", "Framework :: Django", "Framework :: Django :: 1.10", "Intended Audience :: Developers", "License :: OSI Approved :: MIT License", "Operating System :: OS Independent", "Programming Language :: Python", "Programming Language :: Python :: 3", "Programming Language :: Python :: 3.4", "Programming Language :: Python :: 3.5", "Topic :: Internet :: WWW/HTTP", "Topic :: Software Development :: Libraries :: Python Modules" ], "description": "# django-jwt\n[![PyPI](https://img.shields.io/pypi/pyversions/django-jwt.svg)](https://pypi.python.org/pypi/django-jwt)\n[![pypi Badge](https://img.shields.io/pypi/v/djang-jwt.svg)](https://pypi.python.org/pypi/django-jwt)\n[![Travis](https://img.shields.io/travis/ah450/django-jwt.svg)](https://travis-ci.org/ah450/django-jwt)\n[![Code Climate](https://codeclimate.com/github/ah450/django-jwt/badges/gpa.svg)](https://codeclimate.com/github/ah450/django-jwt)\n[![Test Coverage](https://codeclimate.com/github/ah450/django-jwt/badges/coverage.svg)](https://codeclimate.com/github/ah450/django-jwt/coverage)\n[![Issue Count](https://codeclimate.com/github/ah450/django-jwt/badges/issue_count.svg)](https://codeclimate.com/github/ah450/django-jwt)\n[![license](https://img.shields.io/github/license/ah450/django-jwt.svg)](https://en.wikipedia.org/wiki/MIT_License)\n[![GitHub issues](https://img.shields.io/github/issues/ah450/django-jwt.svg)](https://github.com/ah450/django-jwt/issues)\n[![Gemnasium](https://img.shields.io/gemnasium/ah450/django-jwt.svg)]()\n\n\n\nA package that provides JWT authentication and related functionality for django and [DRF](https://django-rest-framework.org).\n\n# Installation\n`pip install djang-jwt`\nIf you require DRF support install the drf extras via `pip install django-jwt[drf]`\n\n\n# Settings\nprofile_klass should be set to your profile model\n\n\nuser_reverse_profile_key should be the related name of profile on user model\n\njwt_realm should be set to your app name, user friendly version\n\nemail_subject should be set to your a user friendly string that will appear in email subjects\n\nFROM_EMAIL_ADDRESS should also be set.\n\n\nemail_templates_dir should be set to a directory that contains activate_account.txt andreset_pass.txt", "description_content_type": null, "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/ah450/django-jwt", "keywords": "", "license": "MIT", "maintainer": "", "maintainer_email": "", "name": "django-jwt", "package_url": "https://pypi.org/project/django-jwt/", "platform": "", "project_url": "https://pypi.org/project/django-jwt/", "project_urls": { "Homepage": "https://github.com/ah450/django-jwt" }, "release_url": "https://pypi.org/project/django-jwt/1.0.0/", "requires_dist": null, "requires_python": "", "summary": "JWT implementation for Django and Django Rest Framework", "version": "1.0.0" }, "last_serial": 2599304, "releases": { "1.0.0": [ { "comment_text": "", "digests": { "md5": "226a496c2fc088c2d0dbc6dcfe9c186f", "sha256": "f1e36a1b1f8e922786505df954492d7e89b5fd2b697ef503fff0c4ed4954579a" }, "downloads": -1, "filename": "django-jwt-1.0.0.tar.gz", "has_sig": true, "md5_digest": "226a496c2fc088c2d0dbc6dcfe9c186f", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 1987, "upload_time": "2017-01-26T09:14:24", "url": "https://files.pythonhosted.org/packages/81/9a/3bae9a5a60538eafb1082fb850a4a684701f8848b2eacb4efb45a7f6edf1/django-jwt-1.0.0.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "226a496c2fc088c2d0dbc6dcfe9c186f", "sha256": "f1e36a1b1f8e922786505df954492d7e89b5fd2b697ef503fff0c4ed4954579a" }, "downloads": -1, "filename": "django-jwt-1.0.0.tar.gz", "has_sig": true, "md5_digest": "226a496c2fc088c2d0dbc6dcfe9c186f", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 1987, "upload_time": "2017-01-26T09:14:24", "url": "https://files.pythonhosted.org/packages/81/9a/3bae9a5a60538eafb1082fb850a4a684701f8848b2eacb4efb45a7f6edf1/django-jwt-1.0.0.tar.gz" } ] }