regluit/libraryauth
eric 0287eb3c9e remove debug code 2020-02-26 17:16:02 -05:00
..
emailcheck delint 2018-07-26 13:59:58 -04:00
migrations migrations 2020-02-14 13:55:12 -05:00
templates/libraryauth https 2017-07-27 10:33:13 -04:00
templatetags long 2020-02-17 14:02:47 -05:00
LICENSE add 3rd party licenses 2017-01-19 11:18:26 -05:00
README.md add 3rd party licenses 2017-01-19 11:18:26 -05:00
__init__.py delint 2018-07-26 13:59:58 -04:00
admin.py add username screening 2018-12-07 14:51:25 -05:00
auth.py exception syntax 2020-02-12 17:56:04 -05:00
backends.py delint 2018-07-26 13:59:58 -04:00
forms.py ensure no duplicate emails 2018-07-30 19:00:58 -04:00
models.py remove debug code 2020-02-26 17:16:02 -05:00
signals.py delint 2018-07-26 13:59:58 -04:00
tests.py r.content is bytes 2020-02-17 14:07:31 -05:00
urls.py enforce login for password change 2018-09-09 22:34:06 -04:00
views.py basestring 2020-02-17 14:07:44 -05:00

README.md

LibraryAuth

LibraryAuth is a Django app that bundles together user registration and authentications with commonly used library authentication methods. It bundles Django Registration, Django Email Change and Python Social Auth.

The example application shows how to set up a site with password and social authentication. An example showing the Library authentication is work-in-progress

LibraryAuth is used by Unglue.it

LibraryAuth is copyright Gluejar, Inc. (2014-2016) and is licensed under the Gnu General Public License.