# OAuth (/docs/authentication/oauth)

<Callout variant="warning">
  The experimental `oauth` configuration has been deprecated in favor of
  production-ready plugin implementations.
</Callout>

The built-in OAuth system has been replaced with dedicated authentication plugins that provide better DX, improved security, and more features out of the box.

Use one of the official plugins below that handle OAuth flows, token management, and session handling for you:

- [Auth0](/docs/integrations/auth0)
- [Better Auth](/docs/integrations/better-auth)
- [Clerk](/docs/integrations/clerk)
- [Scalekit](/docs/integrations/scalekit)
- [WorkOS](/docs/integrations/workos)

Each plugin integrates directly with its respective auth provider and requires minimal configuration. Choose the one that matches your existing infrastructure or start fresh with any of them.
