Skip to content

quick and dirty examples built to test out various OAuth 2.0 using Flask Python Framework application and Python 3.10.6.

Notifications You must be signed in to change notification settings

eafigbo/oauth_examples

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

oauth_examples

This repository contains several quick and dirty examples built to test out various OAuth 2.0 using Flask Python Framework application and Python 3.10.6.

It was inspired by the PHP examples in the OAuth 2.0 Simplified Book by Aaron Parecki

It consists of the following examples:

Example Description
github Example of accessing Authenticating and accessing Github APIs using OAuth 2.0
google Example of accessing Authenticating and accessing Google APIs using OAuth 2.0

Running These Examples

To run these examples, you first need to clone this repo and then enter into this directory:

git clone [email protected]:eafigbo/oauth_examples.git
cd oauth_examples

Then install dependencies:

pip install -r requirements.txt

Follow the instructions in each project's README to run each example

About

quick and dirty examples built to test out various OAuth 2.0 using Flask Python Framework application and Python 3.10.6.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages