Skip to content

gjboxer/Oauth2.0

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages