/ksp_login

A Django app for both traditional and social authentication used by the Slovak Correspondence Seminar in Programming

Primary LanguagePythonBSD 3-Clause "New" or "Revised" LicenseBSD-3-Clause

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).