Re: Preferred way of adding social authorization to a Django / REST app?

2015-06-19 Thread aRkadeFR
I like JWT authentication coupled with AngularJS: https://github.com/GetBlimp/django-rest-framework-jwt On 06/18/2015 08:00 PM, Daniel Grace wrote: What is the preferred way of adding social authorization to a Django / REST app? I see that there are at least two packages: django-rest

Re: Preferred way of adding social authorization to a Django / REST app?

2015-06-18 Thread Vijay Khemlani
at is the preferred way of adding social authorization to a Django / > REST app? > > I see that there are at least two packages: > django-rest-framework-social-oauth2 (see > https://pypi.python.org/pypi/django-rest-framework-social-oauth2/0.0.4) > and django-rest-auth (see > ht

Preferred way of adding social authorization to a Django / REST app?

2015-06-18 Thread Daniel Grace
What is the preferred way of adding social authorization to a Django / REST app? I see that there are at least two packages: django-rest-framework-social-oauth2 (see https://pypi.python.org/pypi/django-rest-framework-social-oauth2/0.0.4) and django-rest-auth (see http://django-rest