Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
26 changes: 13 additions & 13 deletions Authentication.md
Original file line number Diff line number Diff line change
@@ -1,25 +1,25 @@
#Authentication

1. python-oauth2
A fully tested, abstract interface to creating OAuth clients and servers.
Project Source: https://github.com/simplegeo/python-oauth2

1. rauth
A simple Python OAuth 1.0/a, OAuth 2.0, and Ofly consumer library built on top of Requests.
Project Source: https://github.com/litl/rauth
Project Homepage: https://rauth.readthedocs.org/en/latest/
1. django-allauth
Integrated set of Django applications addressing authentication, registration, account management as well as 3rd party account authentication.
Project Source: https://github.com/pennersr/django-allauth
Project Homepage: http://www.intenct.nl/projects/django-allauth/

1. django-social-auth
Django Social Auth is an easy way to setup social authentication/authorization mechanism for Django projects.
Project Source: https://github.com/omab/django-social-auth
Project Documentation: http://django-social-auth.readthedocs.org/en/latest/

1. django-allauth
Integrated set of Django applications addressing authentication, registration, account management as well as 3rd party account authentication.
Project Source: https://github.com/pennersr/django-allauth
Project Homepage: http://www.intenct.nl/projects/django-allauth/
1. rauth
A simple Python OAuth 1.0/a, OAuth 2.0, and Ofly consumer library built on top of Requests.
Project Source: https://github.com/litl/rauth
Project Homepage: https://rauth.readthedocs.org/en/latest/

1. python-oauth2
A fully tested, abstract interface to creating OAuth clients and servers.
Project Source: https://github.com/simplegeo/python-oauth2

1. python-social-auth
Python Social Auth is an easy-to-setup social authentication/registration mechanism with support for several frameworks and auth providers.
Project Source: https://github.com/omab/python-social-auth
Project Homepage: http://psa.matiasaguirre.net/
Project Homepage: http://psa.matiasaguirre.net/