> This page location: Backend > Neon Auth > Plugins > Supported plugins
> Full Neon documentation index: https://neon.com/docs/llms.txt

> Summary: Neon Auth exposes a managed subset of Better Auth plugins (Admin, Email OTP, JWT, Magic Link, Organization, Open API, Phone Number) through the Neon SDK; plugins are not installed or configured directly. Use this page to check which plugins are fully supported versus partially supported, and how to configure them via the Neon Console or Neon API. The Organization plugin has partial support while JWT token claims are still under development.

# Plugins

Supported Better Auth plugins in Neon Auth

**Note: Beta**

The **Neon Auth with Better Auth** is in Beta. Share your feedback on [Discord](https://discord.gg/92vNTzKDGp) or via the [Neon Console](https://console.neon.tech/app/projects?modal=feedback).

Neon Auth is built on [Better Auth](https://www.better-auth.com/), which supports a variety of plugins to extend authentication functionality.

**Info: Plugins are managed by Neon Auth**

Neon Auth is a **managed** Better Auth service. You **don't install or configure Better Auth plugins directly** - instead, Neon Auth exposes a supported subset of plugins through the Neon SDK.

For plugins that have Console settings (for example [Organization](https://neon.com/docs/auth/guides/plugins/organization)), open **Auth** > **Plugins** (beta) in the Neon Console, or use the Neon API. Additional plugin options may still arrive over time; see the [Neon Auth roadmap](https://neon.com/docs/auth/roadmap).

The following Better Auth plugins are currently supported in Neon Auth:

## Supported plugins

| Plugin                                                                 | Status                                          |
| ---------------------------------------------------------------------- | ----------------------------------------------- |
| [Admin](https://neon.com/docs/auth/guides/plugins/admin)               | ✅ Supported                                     |
| [Email OTP](https://neon.com/docs/auth/guides/plugins/email-otp)       | ✅ Supported                                     |
| [JWT](https://neon.com/docs/auth/guides/plugins/jwt)                   | ✅ Supported                                     |
| [Magic Link](https://neon.com/docs/auth/guides/plugins/magic-link)     | ✅ Supported                                     |
| [Organization](https://neon.com/docs/auth/guides/plugins/organization) | ⚠️ Partial (JWT token claims under development) |
| [Open API](https://neon.com/docs/auth/guides/plugins/openapi)          | ✅ Supported                                     |
| [Phone Number](https://neon.com/docs/auth/guides/plugins/phone-number) | ✅ Supported                                     |

For more runnable Neon Auth samples, see the [neondatabase/neon-js](https://github.com/neondatabase/neon-js/tree/main/examples) examples repository:

| Plugin       | Demo                                                                                                                    |
| ------------ | ----------------------------------------------------------------------------------------------------------------------- |
| Organization | [neon-auth-orgs-example](https://github.com/neondatabase/neon-js/tree/main/examples/neon-auth-orgs-example)             |
| Magic Link   | [neon-auth-magic-link-example](https://github.com/neondatabase/neon-js/tree/main/examples/neon-auth-magic-link-example) |
| Phone Number | [nextjs-phone-login](https://github.com/neondatabase/neon-js/tree/main/examples/nextjs-phone-login)                     |

For the latest status (including what's coming next), see the [Neon Auth roadmap](https://neon.com/docs/auth/roadmap).
