Skip to content

blackshadow-software/google_auth_rust

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Google OAuth 2.0

Create a .env file in the root directory of the project and add the following variables:

GOOGLE_OAUTH_CLIENT_ID = "YOUR_CLIENT_ID"
GOOGLE_OAUTH_CLIENT_SECRET = "YOUR_CLIENT_SECRET"

About

A simple crates / package for getting access token of Google OAuth.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages