Added django-allauth to authentication section

This commit is contained in:
Raymond Penners 2014-07-02 09:17:46 +02:00
parent bd6f8b4b8b
commit 79c0ecab62

View File

@ -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