RealmTeam / django-rest-framework-social-oauth2

python-social-auth and oauth2 support for django-rest-framework
MIT License
1.06k stars 191 forks source link

Update documentation with Google example. #201

Closed dutkiewicz closed 5 years ago

dutkiewicz commented 5 years ago

This PR updates README with Google auth example. Also I added some formatting for easier navigation.

Google example is almost identical with Facebook one, but some minor differences prevented me from sucessfully implementing it in my project. So I thought an example would help others in future.

mayankwadhwani commented 4 years ago

@PhilipGarnero Hi, how can i further use this user-access-token generated by the django app to authenticate. Any reference will be appreciated.