{ "info": { "author": "Ross Karchner", "author_email": "ross@karchner.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 4 - Beta", "Framework :: Django", "Intended Audience :: Developers", "Operating System :: OS Independent", "Programming Language :: Python", "Programming Language :: Python :: 2.6", "Programming Language :: Python :: 2.7", "Topic :: Internet :: WWW/HTTP :: Dynamic Content" ], "description": "================\nsillysignin\n================\n\nWhat is sillysignin?\n--------------------\n\nI used to spend a lot of time working with Google App Engine. One of my favorite GAE features is was that, when you run an app locally (dev_appserver.py), it includes a simple, password-free, simulated login page. Enter any email address in the box, and suddenly you are logged into your app as a user with that email address. \n\nWhen you're GAE app is deployed, you get all the benefit of the full-fledged authentication page. If your app worked in the simulator, it should work in production as well.\n\n'sillysignin' is basically that, for plain old Django apps. It provides a dead-simple, dead-standard login page (and authentication provider) that only requires usernames, and automatically creates non-existent accounts.\n\nNeedless to say, you shouldn't use this in production. It exists because I'm working on a reusable (I hope) Django app, and being able to quickly log in as a new user, and not worry about account creation and passwords, is useful.\n\nMake it go\n-----------------------\n\nIt depends on django-class-based-auth-views, which made my work super easy. If you're writing your own authentication views, you should use it.\n\n* Install it using your favorite method for doing such things(like \"pip install django-sillysignin\").\n* Add sillysignin to your INSTALLED_APPS\n* Set AUTHENTICATION_BACKENDS = ('sillysignin.backends.SillyAuthBackend',)\n* Map the URL: url(r'^accounts/', include('sillysignin.urls')),\n\n(If you don't want to use /accounts, be sure to configure LOGIN_URL and LOGOUT_URL appropriately)\n\nWhat will the future bring?\n---------------------------\n\nIt might be fun if you could \"decorate\" another authentication app, such that it automatically uses the your \"real\" authentication system in production, but uses sillysignin while you are developing (maybe on DEBUG=True?)", "description_content_type": null, "docs_url": null, "download_url": "UNKNOWN", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/rosskarchner/django-sillysignin", "keywords": null, "license": "Same license as Python", "maintainer": null, "maintainer_email": null, "name": "django-sillysignin", "package_url": "https://pypi.org/project/django-sillysignin/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/django-sillysignin/", "project_urls": { "Download": "UNKNOWN", "Homepage": "https://github.com/rosskarchner/django-sillysignin" }, "release_url": "https://pypi.org/project/django-sillysignin/0.0.6/", "requires_dist": null, "requires_python": null, "summary": "A username-only authentication app. Also, unknown users get created automatically. You probably don't want this in production.", "version": "0.0.6" }, "last_serial": 790618, "releases": { "0.0.5": [ { "comment_text": "", "digests": { "md5": "5061d22b3e4e04da05e250e5047604aa", "sha256": "d793b91f471c4ac4143cedc577519aef1bbaa8c9b19969d5f0aca86825513c89" }, "downloads": -1, "filename": "django-sillysignin-0.0.5.tar.gz", "has_sig": false, "md5_digest": "5061d22b3e4e04da05e250e5047604aa", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 9953, "upload_time": "2013-04-18T11:24:37", "url": "https://files.pythonhosted.org/packages/68/bb/75f815e47e97f9697928311a247544929b168ab7db73ac11fddc81c13b10/django-sillysignin-0.0.5.tar.gz" } ], "0.0.6": [ { "comment_text": "", "digests": { "md5": "fb9904c401249b64ca783f2c8277eaf6", "sha256": "8c4a6c289c85f78058cea09f98edbf6cf822691b457cea572d8f8c91f8c48465" }, "downloads": -1, "filename": "django-sillysignin-0.0.6.tar.gz", "has_sig": false, "md5_digest": "fb9904c401249b64ca783f2c8277eaf6", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 9950, "upload_time": "2013-04-18T11:36:21", "url": "https://files.pythonhosted.org/packages/de/fe/28434bcfaf98eccbbb3e5810cd20329fd91d0f9720ddcb3e462e1e71f922/django-sillysignin-0.0.6.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "fb9904c401249b64ca783f2c8277eaf6", "sha256": "8c4a6c289c85f78058cea09f98edbf6cf822691b457cea572d8f8c91f8c48465" }, "downloads": -1, "filename": "django-sillysignin-0.0.6.tar.gz", "has_sig": false, "md5_digest": "fb9904c401249b64ca783f2c8277eaf6", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 9950, "upload_time": "2013-04-18T11:36:21", "url": "https://files.pythonhosted.org/packages/de/fe/28434bcfaf98eccbbb3e5810cd20329fd91d0f9720ddcb3e462e1e71f922/django-sillysignin-0.0.6.tar.gz" } ] }