> ## Documentation Index
> Fetch the complete documentation index at: https://docs.streambird.io/llms.txt
> Use this file to discover all available pages before exploring further.

# Overview

OAuth authentication enables you to integrate with single sign-on identity providers (IdP) using OAuth2 and OpenID and instantly reuse logins from popular platforms to log in to your application.

Although OAuth is a standard, each platform uses a different flavor of the OAuth spec to implement their own identity provider. MoonKey API solves that and standardizes your whole OAuth integration into two simple API calls that require minimal integration effort from developers. So you can focus on your core product.

## How to use these docs

<CardGroup cols={1}>
  <Card title="API Reference" icon="code" href="/api-reference/oauth/google">
    OAuth API
  </Card>
</CardGroup>

## Quickstart

<CardGroup cols={2}>
  <Card title="Integrate with Google OAuth" icon="google" href="google">
    Enable user to login with Google

    <br />

    <img src="https://mintcdn.com/streambird-23/PiBN7-K0u0e27Xai/images/oauth-preview.png?fit=max&auto=format&n=PiBN7-K0u0e27Xai&q=85&s=d2bcc2082dfc2a1a5ad610d50ce6f1fd" width="3028" height="1052" data-path="images/oauth-preview.png" />
  </Card>
</CardGroup>
