Mehi
Mehi

Reputation: 59

Can I use google,facebook etc. oauth in django-rest?

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

Answers (1)

Pranay Ambre
Pranay Ambre

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

Related Questions