testdrivenio / flask-social-auth

Set up social auth with Flask and Flask-Dance.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Adding Social Authentication to Flask

Want to learn how to build this?

Check out the post.

Want to use this project?

  1. Fork/Clone

  2. Create and activate a virtual environment:

    $ python3.12 -m venv venv && source venv/bin/activate
  3. Install the requirements:

    (venv)$ pip install -r requirements.txt
  4. Create OAuth apps on GitHub and Twitter.

  5. Rename .env_sample to .env and add the keys to it.

  6. Run the server:

    (venv)$ python main.py

About

Set up social auth with Flask and Flask-Dance.

License:MIT License


Languages

Language:Python 74.0%Language:HTML 26.0%