{ "info": { "author": "CukierPuder", "author_email": "cukier_puder@hotmail.com", "bugtrack_url": null, "classifiers": [ "Environment :: Web Environment", "Framework :: Django", "Framework :: Django :: 2.1", "Intended Audience :: Developers", "License :: OSI Approved :: GNU General Public License (GPL)", "Operating System :: OS Independent", "Programming Language :: Python", "Programming Language :: Python :: 3.6", "Programming Language :: Python :: 3.7", "Topic :: Internet :: WWW/HTTP" ], "description": "=====\ndjango-cukierpuder-jwt-auth\n=====\n\ndjango-cukierpuder-jwt-auth is a simple authorization Django app based on JSON Web Tokens.\n\nQuick start\n-----------\n\n1. Add jwt_auth to your INSTALLED_APPS setting like this::\n\n INSTALLED_APPS = [\n ...,\n 'jwt_auth.apps.JwtAuthConfig',\n ]\n\n2. Include the polls URLconf in your project urls.py like this::\n\n path('auth/', include('jwt_auth.urls')),\n\n3. Run `python manage.py migrate` to create the polls models.\n\n4. Available endpoints::\n\n '/auth/register/' - [POST] register a new user (requires an email, username and password in request's body)\n '/auth/token/obtain/' - [POST] obtain access and refresh token (requires username and password in request's body)\n '/auth/token/refresh' - [POST] obtain refresh token (requires refresh token in request's body)\n '/auth/users/' - [GET] get the list of all users (requires access token in request's header)\n '/auth/users//' - [GET] get the details of specific user (requires access token in request's header)", "description_content_type": "", "docs_url": null, "download_url": "https://github.com/CukierPuder/django-cukierpuder-jwt-auth/archive/v0.2.tar.gz", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/CukierPuder/django-cukierpuder-jwt-auth", "keywords": "", "license": "GNU", "maintainer": "", "maintainer_email": "", "name": "django-cukierpuder-jwt-auth", "package_url": "https://pypi.org/project/django-cukierpuder-jwt-auth/", "platform": "", "project_url": "https://pypi.org/project/django-cukierpuder-jwt-auth/", "project_urls": { "Download": "https://github.com/CukierPuder/django-cukierpuder-jwt-auth/archive/v0.2.tar.gz", "Homepage": "https://github.com/CukierPuder/django-cukierpuder-jwt-auth" }, "release_url": "https://pypi.org/project/django-cukierpuder-jwt-auth/0.2/", "requires_dist": null, "requires_python": "", "summary": "A simple authorization Django app based on JSON Web Tokens.", "version": "0.2" }, "last_serial": 4716252, "releases": { "0.2": [ { "comment_text": "", "digests": { "md5": "2448c9a0562a840d56069bc099e9f233", "sha256": "dcb452bed4eb2eb55775d6d68fcbf27ea1f135dd0264ac80e75b4e6454143a90" }, "downloads": -1, "filename": "django-cukierpuder-jwt-auth-0.2.tar.gz", "has_sig": false, "md5_digest": "2448c9a0562a840d56069bc099e9f233", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 15150, "upload_time": "2019-01-19T17:56:53", "url": "https://files.pythonhosted.org/packages/71/d5/d2c1f38d6e625cd7cea408bcd364215b7cd1cc406b46890c1b15bf995596/django-cukierpuder-jwt-auth-0.2.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "2448c9a0562a840d56069bc099e9f233", "sha256": "dcb452bed4eb2eb55775d6d68fcbf27ea1f135dd0264ac80e75b4e6454143a90" }, "downloads": -1, "filename": "django-cukierpuder-jwt-auth-0.2.tar.gz", "has_sig": false, "md5_digest": "2448c9a0562a840d56069bc099e9f233", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 15150, "upload_time": "2019-01-19T17:56:53", "url": "https://files.pythonhosted.org/packages/71/d5/d2c1f38d6e625cd7cea408bcd364215b7cd1cc406b46890c1b15bf995596/django-cukierpuder-jwt-auth-0.2.tar.gz" } ] }