st4lk / django-rest-social-auth

OAuth signin with django rest framework
MIT License
521 stars 122 forks source link

Mobile App authentication #55

Closed kinesii closed 5 years ago

kinesii commented 7 years ago

If I have a "idToken" and "serverAuthCode" from Google on my client mobile app, how can I send this information to my Django server and obtain a JWT?

st4lk commented 5 years ago

@kinesii Please check the docs. Sorry, but it looks like the answer to your question is exactly in the docs.