Skip to content

testdrivenio/flask-social-auth

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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