Skip to content

Latest commit

 

History

History
8 lines (6 loc) · 215 Bytes

File metadata and controls

8 lines (6 loc) · 215 Bytes

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"