regluit/libraryauth
eric 680caad71d deprecations 2018-04-19 21:27:20 -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 deprecations 2018-04-19 21:27:20 -04: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 no models loaded with app 2018-04-19 21:23:24 -04: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 IPAddressField is deprecated 2018-04-19 13:13:02 -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 harden object retrieval against unexpected input 2017-12-08 20:58:37 -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.