regluit/libraryauth
eric 7aa6148b42 exception syntax 2020-02-12 17:56:04 -05:00
..
emailcheck
migrations add username screening 2018-12-07 14:51:25 -05:00
templates/libraryauth
templatetags unicode -> str 2020-02-12 11:36:49 -05:00
LICENSE
README.md
__init__.py
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
forms.py
models.py exception syntax 2020-02-12 17:56:04 -05:00
signals.py
tests.py
urls.py
views.py remove has_key 2020-02-12 11:12:56 -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.