Skip to content

Latest commit

 

History

6 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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

About

Set up social auth with Flask and Flask-Dance.

Topics

Resources

Stars

15 stars

Watchers

3 watching

Forks

Used by

Contributors

Languages