Reputation: 59
I want to implement oauth in my django-rest-framework project.I tried some packages but I'm getting errors everytime. If you have any idea please share with me. Thanks!
Upvotes: 0
Views: 23
Reputation: 89
Try using django allauth with it, its easy to implement facebook and other sites login docs and the example of the allauth code
Upvotes: 1