Skip to content

This is a sample web application implementing the Authorization Code gran type of OAuth 2.0.

Notifications You must be signed in to change notification settings

gbazilio/sample-oauth2-flow

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Simple OAuth 2.0 Flow

This is a sample web application implementing the Authorization Code grant type of OAuth 2.0. It requests read-only access to your Google Drive files.

oauth.py

Uses raw HTTP requests to interact with Drive API.

oauth-sdk.py

Uses Google's Python API Client Library.

About

This is a sample web application implementing the Authorization Code gran type of OAuth 2.0.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published