User Authentication with Google OAuth 2.0
LaunchFast uses in house simple as heck server-side first Google OAuth 2.0 to help you authenticate users via Google.
src/pages/api/auth/google.ts
and src/pages/api/auth/callback/google.ts
file. src/auth.ts
file. - Update the
.env
file or hosting provider’s environment variable to have the necessary variables for Google OAuth 2.0:
- To simply authenticate users via Google, import the
Sign-In-With-Google
component in each framework as described below: