regluit/libraryauth
eric 0d7bb8be47 reimplement superlogin
reimplement superlogin using class-based view because old kludge didn't set initial correctly
2018-07-26 11:27:14 -04:00
..
emailcheck add disposable email checker 2013-12-16 15:14:28 -05:00
migrations addressed deprecations 2018-07-23 23:48:35 -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 cleanup after the facebook changes 2018-07-20 15:10:38 -04:00
backends.py is_anonymous and is_authenticated are properties 2018-07-23 22:17:05 -04:00
forms.py reimplement superlogin 2018-07-26 11:27:14 -04:00
models.py last 2.0 deprecations 2018-07-24 11:33:39 -04:00
signals.py fix same email bug 2013-12-30 11:49:04 -05:00
tests.py reimplement superlogin 2018-07-26 11:27:14 -04:00
urls.py last 2.0 deprecations 2018-07-24 11:33:39 -04:00
views.py reimplement superlogin 2018-07-26 11:27:14 -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.