From 79c0ecab62bc847f563a1453d1257ea117407b43 Mon Sep 17 00:00:00 2001 From: Raymond Penners Date: Wed, 2 Jul 2014 09:17:46 +0200 Subject: [PATCH] Added django-allauth to authentication section --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 056ccef1..57268329 100644 --- a/README.md +++ b/README.md @@ -292,6 +292,7 @@ A curated list of awesome Python frameworks, libraries and software. Inspired by * [django-oauth2-provider](https://github.com/caffeinehit/django-oauth2-provider) - Providing OAuth2 access to Django app. * [python-oauth2](https://github.com/simplegeo/python-oauth2) - A fully tested, abstract interface to creating OAuth clients and servers. * [rauth](https://github.com/litl/rauth) - A Python library for OAuth 1.0/a, 2.0, and Ofly. +* [django-allauth](https://github.com/pennersr/django-allauth) - Authentication app for Django that "just works" ## Template Engine