> ## 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

> Here you can explore our guides and examples to integrate Passwordless Authentication using MoonKey API.

<CardGroup cols={2}>
  <Card title="Implement OTP SMS Authentication Flow" icon="mobile" href="methods/otp/implement-sms">
    Enable User login and signup by mobile phone numbers

    <br />

    <img src="https://mintcdn.com/streambird-23/PiBN7-K0u0e27Xai/images/otp-mfa-preview.png?fit=max&auto=format&n=PiBN7-K0u0e27Xai&q=85&s=7d256107913b8f03341a053b68def33f" width="512" height="178" data-path="images/otp-mfa-preview.png" />
  </Card>

  <Card title="Integrate with Google OAuth" icon="google" href="methods/oauth/google">
    Enable user to login with their Google account

    <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>

  <Card title="Integrate with Existing Wallet Login" icon="wallet" href="methods/web3/ethereum">
    Enable user to login with existing MetaMask (Ethereum) wallet

    <br />

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

  <Card title="Integrate with Session Management" icon="cookie" href="methods/sessions/session-management">
    Advanced user session management that is flexible

    <br />

    <img src="https://mintcdn.com/streambird-23/Fnk1Io3R7wZqFtX0/images/sessions-preview.png?fit=max&auto=format&n=Fnk1Io3R7wZqFtX0&q=85&s=65160e9fe7f4daa99d1e8dbb48eb1493" width="3028" height="1052" data-path="images/sessions-preview.png" />
  </Card>

  <Card title="Integrate with Magic Links Login component (Deprecated)" icon="wand-magic-sparkles" href="methods/magic-links/integrate-magic-links">
    Enable user login and sign up by magic links

    <br />

    <img src="https://mintcdn.com/streambird-23/PiBN7-K0u0e27Xai/images/magic-links-preview.png?fit=max&auto=format&n=PiBN7-K0u0e27Xai&q=85&s=4113f8ad899c47d1849facb76821963b" width="512" height="178" data-path="images/magic-links-preview.png" />
  </Card>

  <Card title="Replace Password Reset Flow (Deprecated)" icon="lock-open" href="methods/magic-links/replace-password-reset">
    Replace user password reset flow with Magic Links

    <br />

    <img src="https://mintcdn.com/streambird-23/Fnk1Io3R7wZqFtX0/images/reset-password-preview.png?fit=max&auto=format&n=Fnk1Io3R7wZqFtX0&q=85&s=445eb4b23bf88389976851ef37a90dbe" width="512" height="178" data-path="images/reset-password-preview.png" />
  </Card>
</CardGroup>

## How to use these docs

We offer a variety of guides tailored to meet your specific needs.

<CardGroup cols={3}>
  <Card title="Integration Guides" icon="book-open" href="methods/otp/implement-sms">
    End to end tutorials on getting started.
  </Card>

  <Card title="Client SDK Guides" icon="list" href="/sdks/javascript/setup">
    Complete reference to our client SDKs for various client platforms.
  </Card>

  <Card title="API Reference" icon="code" href="https://docs.moonkey.fun">
    We are API first. Check out the complete reference to our HTTP APIs that you can use to interact with the MoonKey platform.
  </Card>
</CardGroup>
