Tivix / django-rest-auth

This app makes it extremely easy to build Django powered SPA's (Single Page App) or Mobile apps exposing all registration and authentication related functionality as CBV's (Class Base View) and REST (JSON)
www.tivix.com
MIT License
2.4k stars 662 forks source link

Google social auth #637

Closed nadhem-zmandar closed 3 years ago

nadhem-zmandar commented 3 years ago

I am trying to implement the social auth using google as provider. I created a google app , added my credentials on the admin social app and followed the same steps mentionned on the documentation (Facebook example). But I didn't understand how can I get acces token to test the Api ?

PascalOtto commented 3 years ago

if I understand your question correctly, you want an access token for testing. You can get it at https://developers.google.com/oauthplayground

nadhem-zmandar commented 3 years ago

@PascalOtto Absolutely , this is what I am looking for. Many thanks