regluit/libraryauth
eric 170a6b7b16 Merge remote-tracking branch 'Gluejar/master' 2017-10-06 15:36:29 -04:00
..
emailcheck add disposable email checker 2013-12-16 15:14:28 -05:00
migrations empty the repair migration 2016-07-29 18:49:08 -04:00
templates/libraryauth https 2017-07-27 10:33:13 -04:00
templatetags consolidated and renamed libraryauth template tags 2013-12-15 01:43:17 -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 fix same email bug 2013-12-30 11:49:04 -05:00
admin.py fix block edit 2016-11-09 15:24:11 -05:00
auth.py https 2017-07-27 10:33:13 -04:00
backends.py model forms need at least exclude 2016-07-21 15:52:07 -04:00
forms.py change behavior of reset password 2017-09-22 16:54:16 -04:00
models.py https 2017-07-27 10:33:13 -04:00
signals.py fix same email bug 2013-12-30 11:49:04 -05:00
tests.py add fixtures in testcases 2016-04-09 13:21:12 -04:00
urls.py change behavior of reset password 2017-09-22 16:54:16 -04:00
views.py don't require old password if social auth 2017-09-22 16:02:43 -04: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.