{ "info": { "author": "Meowzz95", "author_email": "info@mimimi.fun", "bugtrack_url": null, "classifiers": [ "Environment :: Web Environment", "Framework :: Django", "Framework :: Django :: 2.2", "Intended Audience :: Developers", "License :: OSI Approved :: BSD License", "Operating System :: OS Independent", "Programming Language :: Python", "Programming Language :: Python :: 3.5", "Programming Language :: Python :: 3.6", "Topic :: Internet :: WWW/HTTP", "Topic :: Internet :: WWW/HTTP :: Dynamic Content" ], "description": "# Weapp Auth\n\nWeapp auth is a Django app that helps to handle wechat mini program login and user info updating logic.\n\nQuick start\n-----------\n0. Install using pip `pip install --upgrade django-weapp-auth`\n\n1. Add \"weapp_auth\" to your INSTALLED_APPS setting like this::\n\n INSTALLED_APPS = [\n ...\n 'weapp_auth',\n ]\n\n2. Include the weapp_auth URLconf in your project urls.py like this::\n\n path('weapp_auth/', include('weapp_auth.urls')),\n\n3. Run `python manage.py migrate` to create the models.\n\n4. These two APIs are avaliable! `weapp_auth/wechatLogin/` and `weapp_auth/wechatUpdateUserInfo/`\n\n5. Call these two APIs in your wechat mini app!\n\n6. Authenticate your request with `from weapp_auth.authenticator.OpenIdAuthenticator import OpenIdAuthenticator`", "description_content_type": "text/markdown", "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://blog.mimimi.fun/", "keywords": "", "license": "BSD License", "maintainer": "", "maintainer_email": "", "name": "django-weapp-auth", "package_url": "https://pypi.org/project/django-weapp-auth/", "platform": "", "project_url": "https://pypi.org/project/django-weapp-auth/", "project_urls": { "Homepage": "https://blog.mimimi.fun/" }, "release_url": "https://pypi.org/project/django-weapp-auth/1.0.7/", "requires_dist": null, "requires_python": "", "summary": "A helper Django app that handles wechat mini program login and user info updating logic", "version": "1.0.7" }, "last_serial": 5616276, "releases": { "1.0.0": [ { "comment_text": "", "digests": { "md5": "3d28af204f1d67aeedb5e946d05e80ce", "sha256": "f56449f1fe5da1fed719aa52e61ecb420142a621ed00acc313691dd835ba97e7" }, "downloads": -1, "filename": "django-weapp-auth-1.0.0.tar.gz", "has_sig": false, "md5_digest": "3d28af204f1d67aeedb5e946d05e80ce", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 5542, "upload_time": "2019-07-14T07:40:18", "url": "https://files.pythonhosted.org/packages/5c/f0/31137092d672405f5d639bbe362ab7aee50ef284a49aa0c0118d9b6bfe02/django-weapp-auth-1.0.0.tar.gz" } ], "1.0.1": [ { "comment_text": "", "digests": { "md5": "6849045caf4a23e95e8ff3869f25491d", "sha256": "a234832c66a02564362da46576bc74056096a7820b336fafba55421e07911a95" }, "downloads": -1, "filename": "django-weapp-auth-1.0.1.tar.gz", "has_sig": false, "md5_digest": "6849045caf4a23e95e8ff3869f25491d", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 5590, "upload_time": "2019-07-14T07:48:00", "url": "https://files.pythonhosted.org/packages/e5/0a/1db16711ad171b80a2f4e47024c83e80e3b57adef4b55ca105b8625fc674/django-weapp-auth-1.0.1.tar.gz" } ], "1.0.2": [ { "comment_text": "", "digests": { "md5": "f1a5cad1d79819fb7f4e1e3f06341eb0", "sha256": "db0ce397aced5322fe282c494760f447bcc3743e46c26df52f25e9971dfc0809" }, "downloads": -1, "filename": "django-weapp-auth-1.0.2.tar.gz", "has_sig": false, "md5_digest": "f1a5cad1d79819fb7f4e1e3f06341eb0", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 6016, "upload_time": "2019-07-14T07:51:32", "url": "https://files.pythonhosted.org/packages/5f/4d/169f68475e5d952dc42417ebaf6b53e361cff8bd246a75dd063632db8889/django-weapp-auth-1.0.2.tar.gz" } ], "1.0.3": [ { "comment_text": "", "digests": { "md5": "dfd877a6132b171b6229bfa4599af075", "sha256": "330a13a3c72e39d9353396465d3244dbb1432b4c6b8c39064dac6dfa54a49cee" }, "downloads": -1, "filename": "django-weapp-auth-1.0.3.tar.gz", "has_sig": false, "md5_digest": "dfd877a6132b171b6229bfa4599af075", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 6031, "upload_time": "2019-07-14T07:53:36", "url": "https://files.pythonhosted.org/packages/cb/81/29d27582d617c87cf941fffd8eaccd385a3b5d08af01702058e42f9a1cd5/django-weapp-auth-1.0.3.tar.gz" } ], "1.0.5": [ { "comment_text": "", "digests": { "md5": "c8b16183395083e60581fb581b97ec12", "sha256": "e7a12c432c6428cfd56af159d6a619fda049230957abdc78ca59bcb041550df7" }, "downloads": -1, "filename": "django-weapp-auth-1.0.5.tar.gz", "has_sig": false, "md5_digest": "c8b16183395083e60581fb581b97ec12", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 6029, "upload_time": "2019-07-14T07:55:47", "url": "https://files.pythonhosted.org/packages/26/6f/d3e31d7f8053da84d3d3c591265bb8ea5b96921de2f88b99f213f7b5b42a/django-weapp-auth-1.0.5.tar.gz" } ], "1.0.6": [ { "comment_text": "", "digests": { "md5": "9cf777b76fe2ec03bcf596a722200ebc", "sha256": "a56cd2dcdeb93b12122851a9218afa86602d922f600bcf0423a5bba2118621ec" }, "downloads": -1, "filename": "django-weapp-auth-1.0.6.tar.gz", "has_sig": false, "md5_digest": "9cf777b76fe2ec03bcf596a722200ebc", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 5995, "upload_time": "2019-08-01T01:21:52", "url": "https://files.pythonhosted.org/packages/95/57/507513093f42fe3b524c499a4f0ee54fe39cc785bd09979cf836c2847a6d/django-weapp-auth-1.0.6.tar.gz" } ], "1.0.7": [ { "comment_text": "", "digests": { "md5": "3c437c06bc75d285c52ddd94a08d250d", "sha256": "2eeb86c48e7c639f4de77176564412bd9a36a84eac23e092a699e68c675ce2e1" }, "downloads": -1, "filename": "django-weapp-auth-1.0.7.tar.gz", "has_sig": false, "md5_digest": "3c437c06bc75d285c52ddd94a08d250d", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 6053, "upload_time": "2019-08-01T01:32:49", "url": "https://files.pythonhosted.org/packages/d6/e4/c45dee389a3ce83a4378c8eb7c489043083c50361b3e6b98781275bda5b8/django-weapp-auth-1.0.7.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "3c437c06bc75d285c52ddd94a08d250d", "sha256": "2eeb86c48e7c639f4de77176564412bd9a36a84eac23e092a699e68c675ce2e1" }, "downloads": -1, "filename": "django-weapp-auth-1.0.7.tar.gz", "has_sig": false, "md5_digest": "3c437c06bc75d285c52ddd94a08d250d", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 6053, "upload_time": "2019-08-01T01:32:49", "url": "https://files.pythonhosted.org/packages/d6/e4/c45dee389a3ce83a4378c8eb7c489043083c50361b3e6b98781275bda5b8/django-weapp-auth-1.0.7.tar.gz" } ] }