omab / django-social-auth

Django social authentication made simple
https://groups.google.com/group/django-social-auth
BSD 3-Clause "New" or "Revised" License
2.65k stars 760 forks source link

Custom Response #840

Closed mhipo1364 closed 8 years ago

mhipo1364 commented 8 years ago

Hi

I made my project according to SOA, so my backend (django) is separated from frontend (it's angular js), now I want to create custom response (make JWT token) and send it to my frontend, how can I do this?