Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 5cc3faf

Browse files
authored
Alphabetize list
1 parent b4d01f3 commit 5cc3faf

File tree

1 file changed

+13
-13
lines changed

1 file changed

+13
-13
lines changed

Authentication.md

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,25 +1,25 @@
11
#Authentication
22

3-
1. python-oauth2
4-
A fully tested, abstract interface to creating OAuth clients and servers.
5-
Project Source: https://github.com/simplegeo/python-oauth2
6-
7-
1. rauth
8-
A simple Python OAuth 1.0/a, OAuth 2.0, and Ofly consumer library built on top of Requests.
9-
Project Source: https://github.com/litl/rauth
10-
Project Homepage: https://rauth.readthedocs.org/en/latest/
3+
1. django-allauth
4+
Integrated set of Django applications addressing authentication, registration, account management as well as 3rd party account authentication.
5+
Project Source: https://github.com/pennersr/django-allauth
6+
Project Homepage: http://www.intenct.nl/projects/django-allauth/
117

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

17-
1. django-allauth
18-
Integrated set of Django applications addressing authentication, registration, account management as well as 3rd party account authentication.
19-
Project Source: https://github.com/pennersr/django-allauth
20-
Project Homepage: http://www.intenct.nl/projects/django-allauth/
13+
1. rauth
14+
A simple Python OAuth 1.0/a, OAuth 2.0, and Ofly consumer library built on top of Requests.
15+
Project Source: https://github.com/litl/rauth
16+
Project Homepage: https://rauth.readthedocs.org/en/latest/
17+
18+
1. python-oauth2
19+
A fully tested, abstract interface to creating OAuth clients and servers.
20+
Project Source: https://github.com/simplegeo/python-oauth2
2121

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

0 commit comments

Comments
 (0)