This is a simple fastapi project that allow user to authenticate to application with the help of github account.
- It use session middleware for handling session
- It use githubkit for managing github flow.
- Fastapi for application development.
To get started
git clone https://github.com/BhuwanPandey/github-auth-fastapi.git
cd github-auth-fastapi
create virtual enviroment and activate it
now, install package with "pip install -r requirements.txt"
run the server as "fastapi run main.py"
Navigate to http://127.0.0.1:8000/ , 🎉🎉Congratulation it's working 🎉🎉
For a comprehensive guide on how to build, customize, and extend Djanglang, check out our detailed Medium article. The article covers everything from initial setup to in-depth explanations of the technologies used.