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

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

For more runnable Neon Auth samples, see [Example applications](https://neon.com/docs/auth/overview#example-applications). The **Organization** plugin demo is **[neon-auth-orgs-example](https://github.com/neondatabase/neon-js/tree/main/examples/neon-auth-orgs-example)**; see the [Organization plugin](https://neon.com/docs/auth/guides/plugins/organization) page for context.

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