Metadata-Version: 1.0
Name: django-token-auth
Version: 0.2.1a1
Summary: app that provides limited authentication via hash-type URL.
Home-page: http://github.com/mogga/django-token-auth/
Author: Oyvind Saltvik, Robert Moggach
Author-email: oyvind.saltvik@gmail.com, rob@moggach.com
License: BSD
Description: ====================
        Django Token Auth
        ====================
        
        This is a small reusable django app to restrict access
        to selected URLs or authenticate a user using unique
        token/hash URLs. It requires a functional installation of
        Django_ 1.0 or newer and provides a useful way of limiting
        access without creating users.
        
        For installation and usage instructions, see the included ``docs``
        directory.
        
        .. _Django: http://www.djangoproject.com/
        
Keywords: python django hash authentication
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Programming Language :: Python
Classifier: Framework :: Django
Classifier: Intended Audience :: Developers
Classifier: Operating System :: OS Independent
Classifier: License :: OSI Approved :: BSD License
Classifier: Topic :: Internet :: WWW/HTTP
