[ilugd] OpenId/oAuth with Django

2013-04-04 Thread Raakesh kumar
Hi All,
In my Django project i have to implement Login through Google/Facebook
functionality. After searching a lot i found many things on OpenId and
oAuth but it was very confusing to me. Though I am familiar with oAuth
protocol, i couldn't find any helpful link on how to implement this
functionality using that also in Django.
If you have any experience on this, please share with me.
Thanks
-- 
Regards
RAKESH KUMAR
http://raakeshkumar.wordpress.com
___
Ilugd mailing list
Ilugd@lists.linux-delhi.org
http://frodo.hserus.net/mailman/listinfo/ilugd


Re: [ilugd] OpenId/oAuth with Django

2013-04-04 Thread Gora Mohanty
On 4 April 2013 20:13, Raakesh kumar kumar3...@gmail.com wrote:
 Hi All,
 In my Django project i have to implement Login through Google/Facebook
 functionality. After searching a lot i found many things on OpenId and
 oAuth but it was very confusing to me. Though I am familiar with oAuth
 protocol, i couldn't find any helpful link on how to implement this
 functionality using that also in Django.
 If you have any experience on this, please share with me.

1. You should use Oauth2. Facebook exclusively uses that, and
Google has deprecated Oauth 1.0
2. There are several options. Perhaps the easiest is the django-social-auth
application:
- https://github.com/omab/django-social-auth
- http://django-social-auth.readthedocs.org/en/latest/

Regards,
Gora

___
Ilugd mailing list
Ilugd@lists.linux-delhi.org
http://frodo.hserus.net/mailman/listinfo/ilugd