---
title: "OAuth"
---

# OAuth

OAuth, or social sign in, is the easiest way to implement authentication as you won't have to worry about email verification, passwords, and two-factor authorization.

For a step-by-step, framework-specific tutorial, see the [GitHub OAuth](/tutorials/github-oauth) tutorial.

-   [OAuth basics](/guides/oauth/basics)
-   [Multiple OAuth providers](/guides/oauth/multiple-providers)
-   [PKCE](/guides/oauth/pkce)
-   [Account linking](/guides/oauth/account-linking)
-   [Custom OAuth providers](/guides/oauth/custom-providers)
