gjboxer / Oauth2.0

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Google Calendar API OAuth 2.0 for Web Server Applications Integration - Django Rest Framework

For run this project on a local machine:

pip install - r requriments.txt
  • Endpoint:
/rest/v1/calendar/init/ -> GoogleCalendarInitView()

This view should start step 1 of the OAuth. Which will prompt user for his/her credentials

/rest/v1/calendar/redirect/ -> GoogleCalendarRedirectView()

Documents and References

Name Sources
Google Identity: Using OAuth 2.0 for Web Server Applications /identity/protocols/oauth2/web-server
Google Calendar API /calendar/api/v3/referenc
Google Account Credentials /identity/protocols/oauth2/web-server#exchange-authorization-code

About


Languages

Language:Python 100.0%