| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Seamless Single Sign-On (SSO) for React Apps using GitHub Authentication (Sample Code)
This repository showcases a sample implementation of Single Sign-On (SSO) with GitHub authentication for React applications. It demonstrates the essential components for integrating SSO functionality using a backend server and GitHub's OAuth flow.
Why SSO with GitHub?
This Repository Provides:
Getting Started (Frontend):
Clone the Repository:
git clone https://github.com/sr-ssh/sso-react-with-github.gitInstall Dependencies:
cd login
yarnConfigure GitHub App:
Run the Application:
yarn dev
Open http://localhost:3000 in your browser to see the sample login page.
Getting Started (Backend):
cd server pip3 install fastapi pip3 install uvicorn pip3 install requests python3 server.py
| Back | FazBrowse Home | New Git URL |