Metadata-Version: 1.0
Name: ksp-login
Version: 0.2
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@ksp.sk
License: LICENSE
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
