Skip to content

djidatechs/oauth-google-fastapi-python

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

FastAPI Google OAuth Example

This is a simple example of how to use Google OAuth in a FastAPI project.

Prerequisites

  • A Google Cloud Platform project with OAuth 2.0 client credentials

usage

Clone to route into your Project and set the following environment variables :

  • GOOGLE_CLIENT_ID=<your_google_client_id>
  • GOOGLE_CLIENT_SECRET=<your_google_client_secret>
  • GOOGLE_REDIRECT_URI=<your_google_redirect_uri>

About

/google-oauth endpoint for google oauth

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages