Best Flask open-source libraries and packages

Oauth_examples

Quick and dirty examples built to test out various OAuth 2.0 using Flask Python Framework application and Python 3.10.6.
Updated 1 year ago

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 git@github.com: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