Best Flask open-source libraries and packages

Flask fb oauth demo

A quick demo for facebook oauth third party login with flask.
Updated 3 years ago

flask-fb-oauth-demo

A quick demo for facebook oauth third party login with flask.

Create localhost https certificate for testing

  • Install mkcert on MacOS for creating local version certificate
brew install mkcert
  • Then create a localhost cert
mkcert localhost 
  • Then you will get the cert file
localhost.pem
localhost-key.pem

Install requirements

pip install -r requirements.txt

Lauch Flask test app

python app.py

and click fb login link, and you will get access_token for facebook login.