Metadata-Version: 1.1
Name: django-sesame
Version: 1.1
Summary: URL-based authentication, an application that provides one-click login via specially crafted URLs
Home-page: https://github.com/aaugustin/django-sesame
Author: Aymeric Augustin
Author-email: aymeric.augustin@m4x.org
License: BSD
Download-URL: http://pypi.python.org/pypi/django-sesame
Description: `django-sesame`_ provides one-click login for your Django project. It uses
        specially crafted URLs containing an authentication token, for example:
        http://example.com/?url_auth_token=AAAAARchl18CIQUlImmbV9q7PZk%3A89AEU34b0JLSrkT8Ty2RPISio5
        
        It's useful if you want to share private content without requiring your
        visitors to remember a username and a password or to go through an
        authentication process involving a third-party.
        
        django-sesame is tested with:
        
        - Django 1.4 (LTS), 1.6 and 1.7,
        - all supported Python versions (except Python 2.5 for Django 1.4).
        
        It requires ``django.contrib.auth``. It uses ``django.contrib.session`` when
        it's available.
        
        Technically, django-sesame can provide stateless authenticated navigation
        without ``django.contrib.sessions``, provided all internal links include the
        authentication token. But that increases the security issues explained below.
Platform: all
Classifier: Development Status :: 5 - Production/Stable
Classifier: Environment :: Web Environment
Classifier: Framework :: Django
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: BSD License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.6
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.2
Classifier: Programming Language :: Python :: 3.3
Classifier: Programming Language :: Python :: 3.4
