---
title: "Integrated User Authentication"
description: "Learn how LaunchFa.st helps you authenticate users using Google OAuth 2.0, Twitter OAuth 2.0 and Credentials aka Email and Password flows."
source: "https://www.launchfa.st/features/authentication"
author: "Rishi Raj Jain"
created_at: 2023-12-11T19:00:00.000Z
---

> **Site index for agents**
> Fetch https://www.launchfa.st/llms.txt to discover every page on this site.
> Every page is also available as Markdown by appending `.md` to its URL.

<img src="https://ik.imagekit.io/vjeqenuhn/launchfast-website/signin" width="1780" height="1092" alt="Sign In Demo for LaunchFa.st" loading="eager" class="mt-4 border rounded-sm bg-cover bg-center bg-no-repeat transform will-change-auto">

LaunchFa.st comes with baked-in **Google OAuth 2.0**, **Twitter OAuth 2.0** and **Credentials (Email and Password) Authentication APIs** to help you authenticate your users.

**Twitter OAuth 2.0** Authentication method uses Twitter APIs to communicate (all **server-side**) and creates a cookie with a signed session, ensuring that your user data is secure and only present for the logged in sessions.

**Google OAuth 2.0** Authentication method uses Google APIs to communicate (all **server-side**) and creates a cookie with a signed session, ensuring that your user data is secure and only present for the logged in sessions.

The **Credentials (Email and Password)** Authentication method uses baked-in APIs to communicate (all **server-side**) and uses Upstash to sync the authentication related data such as hashed passwords, ensuring that your user data is secure and reliable.
