python - Django social and site-local token-based authorization -
i'm developing web service on django, , want make token-based registration feature (to make mobile-ready).
after doing searching, found there's beautiful ready use applications:
django-allauth, social authorization (facebook, twitter, google+, etc.) , site-local authorization (username/email/password), doesn't have built-in integration api , not token-based.
python-social-auth or django-rest-framework-social-oauth2, well-tested solutions, doesn't have site-local registration (social only)
so, please give me links, or hints how implement this? i'm new django , python. in advance.
Comments
Post a Comment