Metadata-Version: 2.0
Name: ksp-login
Version: 0.5.0
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
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Framework :: Django
Classifier: Framework :: Django :: 1.8
Classifier: Framework :: Django :: 1.10
Classifier: Framework :: Django :: 1.11
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
Classifier: Programming Language :: Python :: 3.6
Requires-Dist: Django (>=1.8)
Requires-Dist: social-auth-app-django (>=1.0)
Requires-Dist: social-auth-core (>=1.0)

=========
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/python-social-auth


