django rest framework social-auth with jwt
问题 hi im working on SPA django rest framework with jwt and angular 5 . i built login and sign up section. now im looking for a way to add social login or register to my app and have jwt support after deep search i found some module that have very unclear document(atleast to me).. this module https://github.com/st4lk/django-rest-social-auth looks ok he said use: /api/login/social/jwt_user/ and: /api/login/social/jwt/ are end point for jwt but this get me nothing when i'm using them.. we had some