v1

latestOpenAPI 3.0.3Proprietary2026-07-26162247330.6 KB
Auth

Update magic link plugin configuration

Updates the magic link plugin configuration for Neon Auth. The magic link plugin enables passwordless authentication via email magic links.

patch/projects/{project_id}/branches/{branch_id}/auth/plugins/magic-link

Request body

enabledboolean

Whether the magic link plugin is enabled

expires_ininteger

Time in minutes before the magic link expires

disable_sign_upboolean

Whether to disable sign-up via magic link

Response

The magic link plugin configuration has been updated

enabledboolean required

Whether the magic link plugin is enabled

expires_ininteger required

Time in minutes before the magic link expires

disable_sign_upboolean required

Whether to disable sign-up via magic link