Metadata-Version: 1.1
Name: ksp-login
Version: 0.4.1
Summary: A Django app for both traditional and social authentication
Home-page: https://github.com/koniiiik/ksp_login
Author: Michal Petrucha
Author-email: michal.petrucha@koniiiik.org
License: BSD
Description: =========
        KSP Login
        =========
        
        KSP Login is a Django_ app intended as an all-in-one solution for
        authentication. It is built mostly on top of the fantastic
        `python-social-auth`_ library which does most of the heavy lifting.
        
        
        Features
        ========
        
        * A complete frontend, just include a few templates and you're good to go.
        
        * Simple management of user-related data.
        
        * Allows both social and traditional username/password authentication.
        
        More features are coming soon (such as user merging etc).
        
        .. _Django: https://djangoproject.com/
        
        .. _python-social-auth: https://github.com/omab/python-social-auth
        
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Framework :: Django
Classifier: Framework :: Django :: 1.8
Classifier: Framework :: Django :: 1.9
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: BSD License
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
