Skip to content

Fastapi project that allow user to authentication with github account.

Notifications You must be signed in to change notification settings

BhuwanPandey/github-auth-fastapi

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Github Authentication with Python/Fastapi

This is a simple fastapi project that allow user to authenticate to application with the help of github account.

Overview

  • It use session middleware for handling session
  • It use githubkit for managing github flow.
  • Fastapi for application development.

Getting Started

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  🎉🎉

Learn More

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.

About

Fastapi project that allow user to authentication with github account.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published