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

> Summary: Covers the supported Better Auth plugins in Neon Auth, detailing their status and management through the Neon SDK without direct installation or configuration by users.

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