Metadata-Version: 1.1
Name: django-pgcryptoauth
Version: 0.2.3
Summary: Django hasher for pgcrypto encoded passwords.
Home-page: https://github.com/tomatohater/django-pgcryptoauth
Author: Drew Engelson
Author-email: drew@engelson.net
License: MIT
Description: django-pgcryptoauth
        ===================
        
        Django hasher for PostgreSQL pgcrypto encoded passwords.
        
        .. image:: https://travis-ci.org/tomatohater/django-pgcryptoauth.png?branch=master
            :target: https://travis-ci.org/tomatohater/django-pgcryptoauth
        
        .. image:: https://coveralls.io/repos/tomatohater/django-pgcryptoauth/badge.png?branch=master
        	:target: https://coveralls.io/r/tomatohater/django-pgcryptoauth?branch=master
        
        .. image:: https://badge.fury.io/py/django-pgcryptoauth.png
            :target: http://badge.fury.io/py/django-pgcryptoauth
        
        ``django-pgcryptoauth`` is a custom Django password hasher which is intended to provide authentication continuity for legacy passwords that were encrypted with the Postgres pgcrypto extension.
        
        Since we don't have access to the cleartext passwords, we instead just make Django understand and handle the legacy algorithm. When a user successfully logs in, Django will automatically upgrade the password to the preferred algorithm.
        
        
        Read The Docs
        *************
        
        https://django-pgcryptoauth.readthedocs.org/en/latest/
Platform: UNKNOWN
Classifier: Environment :: Web Environment
Classifier: Framework :: Django
Classifier: Intended Audience :: Developers
Classifier: Natural Language :: English
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Topic :: Internet :: WWW/HTTP
Classifier: Topic :: Software Development :: Libraries :: Python Modules
